Skip to content

Commit

Permalink
fix(deactivation): wrong deactivation request format date
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Nov 28, 2022
1 parent 4a4b4ae commit 4e8403f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class DisableCommand implements Validateable {
*
* @since 0.5.3
*/
@BindingFormat("MM/dd/yyyy")
@BindingFormat("dd/MM/yyyy")
Date deactivationDate
}

0 comments on commit 4e8403f

Please sign in to comment.