Skip to content

Commit

Permalink
Corrige formato de Data esperado em dateLastUpdated em Order.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdors authored Nov 1, 2023
1 parent 721b9fe commit ec722a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Order/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Order

/**
* @var \DateTime
* @JMS\Type("DateTime<'Y-m-d\TH:i:sP'>")
* @JMS\Type("DateTime<'Y-m-d\TH:i:s+'>")
*/
private $dateLastUpdated;

Expand Down

0 comments on commit ec722a2

Please sign in to comment.