X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9f8c7e7014e3dfd8823926a3fc21c1fb2fe60de5..45d4262949d2f96811d692cf1e6608c83963ea64:/Entity/Session.php 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(); }