]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Entity/Session.php
Cleanup
[airbundle] / 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();
        }