X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/d3c8ab5a395adc36ec3095e7effb6f0db195887b..dca2abfc031c68f180052f935cc72ff3308f2111:/Entity/Session.php?ds=inline diff --git a/Entity/Session.php b/Entity/Session.php index 1cba677..3532309 100644 --- a/Entity/Session.php +++ b/Entity/Session.php @@ -123,6 +123,8 @@ class Session { //Set defaults $this->created = new \DateTime('now'); $this->updated = new \DateTime('now'); + + //Set collections $this->applications = new ArrayCollection(); }