Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8c7e7
)
Cleanup
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 23:14:35 +0000
(
00:14
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 23:14:35 +0000
(
00:14
+0100)
Entity/Session.php
patch
|
blob
|
history
diff --git
a/Entity/Session.php
b/Entity/Session.php
index 1cba677dd144187b876ec11bc08975ce1ba456af..3532309da674ad2b1bed4e34f93f401fe305573b 100644
(file)
--- 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();
}