Skip to content

Commit

Permalink
Merge pull request #5 from va-fursenko/dev
Browse files Browse the repository at this point in the history
Дополнительный формат даты в поле updated привёл к общему виду
  • Loading branch information
va-fursenko authored May 18, 2020
2 parents 4103667 + 59b3cf1 commit 843d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Product/AbstractProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ abstract class AbstractProduct extends MetaEntity
public $archived;

/**
* @Type("DateTime<'Y-m-d H:i:s', '', ['Y-m-d H:i:s', 'Y-m-d H:i:s.v']>")
* @Type("DateTime<'Y-m-d H:i:s.v'>")
*/
public $updated;

Expand Down

0 comments on commit 843d297

Please sign in to comment.