Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update zipcode index with two leading characters
[airbundle]
/
Entity
/
Session.php
diff --git
a/Entity/Session.php
b/Entity/Session.php
index 1cba677dd144187b876ec11bc08975ce1ba456af..f74963cdb338dd2914d7c9fc189e2733abb12761 100644
(file)
--- a/
Entity/Session.php
+++ b/
Entity/Session.php
@@
-1,11
+1,11
@@
<?php declare(strict_types=1);
/*
<?php declare(strict_types=1);
/*
- *
this file is part of the rapsys packb
undle package.
+ *
This file is part of the Rapsys AirB
undle package.
*
*
- * (c)
raphaël g
ertz <symfony@rapsys.eu>
+ * (c)
Raphaël G
ertz <symfony@rapsys.eu>
*
*
- *
for the full copyright and license information, please view the license
+ *
For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
* file that was distributed with this source code.
*/
@@
-97,7
+97,7
@@
class Session {
private ?\DateTime $locked = null;
/**
private ?\DateTime $locked = null;
/**
- * Creat
ion
datetime
+ * Creat
e
datetime
*/
private \DateTime $created;
*/
private \DateTime $created;
@@
-123,6
+123,8
@@
class Session {
//Set defaults
$this->created = new \DateTime('now');
$this->updated = new \DateTime('now');
//Set defaults
$this->created = new \DateTime('now');
$this->updated = new \DateTime('now');
+
+ //Set collections
$this->applications = new ArrayCollection();
}
$this->applications = new ArrayCollection();
}