X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/45d4262949d2f96811d692cf1e6608c83963ea64..db4304d58887c81d0534d7714f962d5712449f02:/Entity/Session.php diff --git a/Entity/Session.php b/Entity/Session.php index 3532309..f74963c 100644 --- a/Entity/Session.php +++ b/Entity/Session.php @@ -1,11 +1,11 @@ + * (c) Raphaël Gertz * - * 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. */ @@ -97,7 +97,7 @@ class Session { private ?\DateTime $locked = null; /** - * Creation datetime + * Create datetime */ private \DateTime $created;