1
0
mirror of synced 2024-11-21 21:06:07 +03:00

fix certificateDate field format

This commit is contained in:
Pavel 2022-06-21 13:29:39 +03:00 committed by GitHub
commit 937b0e4b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ class CustomerContragent
/**
* @var DateTime
*
* @JMS\Type("DateTime<'Y-m-d H:i:s'>")
* @JMS\Type("DateTime<'Y-m-d'>")
* @JMS\SerializedName("certificateDate")
*/
public $certificateDate;