]> Raphaël G. Git Repositories - airbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 23:14:35 +0000 (00:14 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 23:14:35 +0000 (00:14 +0100)
Entity/Session.php

index 1cba677dd144187b876ec11bc08975ce1ba456af..3532309da674ad2b1bed4e34f93f401fe305573b 100644 (file)
@@ -123,6 +123,8 @@ class Session {
                //Set defaults
                $this->created = new \DateTime('now');
                $this->updated = new \DateTime('now');
+
+               //Set collections
                $this->applications = new ArrayCollection();
        }