X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/d3c8ab5a395adc36ec3095e7effb6f0db195887b..080a3edad6e32b0bea88f39b1b01367e4d5b1fed:/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(); }