From 45d4262949d2f96811d692cf1e6608c83963ea64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 8 Mar 2024 00:14:35 +0100 Subject: [PATCH] Cleanup --- Entity/Session.php | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.41.0