From: Raphaƫl Gertz Date: Thu, 7 Mar 2024 23:14:35 +0000 (+0100) Subject: Cleanup X-Git-Tag: 0.4.0~34 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/45d4262949d2f96811d692cf1e6608c83963ea64 Cleanup --- 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(); }