Skip to content

Commit

Permalink
Entity/Agent/Counterparty.php, поле created
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmmlemon committed Jan 27, 2022
1 parent 702a99e commit 8540cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Entity/Agent/Counterparty.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ class Counterparty extends MetaEntity
*/
public $companyType;

/**
* @Type("DateTime<'Y-m-d H:i:s.v'>")
* @Generator(values={"legal", "entrepreneur", "individual"})
*/
public $created;

/**
* @Type("string")
* @Generator()
Expand Down

0 comments on commit 8540cee

Please sign in to comment.