Skip to content

Commit

Permalink
Merge branch 'master' into vtk-master
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Sep 29, 2023
2 parents 6999200 + a797d53 commit 69ce5b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions module/LogisticsBundle/Entity/Inventory.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ class Inventory
*/
private $expiryDate;

/**
* @var DateTime The expiry date
*
* @ORM\Column(name="expiry_date_", type="DateTime", nullable=true)
*/
private $expiryDate_;
// /**
// * @var DateTime The expiry date
// *
// * @ORM\Column(name="expiry_date_", type="DateTime", nullable=true)
// */
// private $expiryDate_;

/**
* Inventory constructor
Expand Down

0 comments on commit 69ce5b3

Please sign in to comment.