X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/62564be28991a32bf3b72f334bd165da5bdb088d..89fd6e9d1a1e094432c6b6f4e25dd1c14c398d68:/Entity/Location.php?ds=sidebyside diff --git a/Entity/Location.php b/Entity/Location.php index 4af1280..57af698 100644 --- a/Entity/Location.php +++ b/Entity/Location.php @@ -87,6 +87,9 @@ class Location { * Constructor */ public function __construct() { + //Set defaults + $this->created = new \DateTime('now'); + $this->updated = new \DateTime('now'); $this->sessions = new ArrayCollection(); $this->snippets = new ArrayCollection(); $this->users = new ArrayCollection();