X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/38bbc6345098782376b9a0d14de901bc7af9cf0b..1c1dc3ad15562f9e6e714e231524f0da87f78734:/Entity/Group.php

diff --git a/Entity/Group.php b/Entity/Group.php
index 13b16ef..670e5b7 100644
--- a/Entity/Group.php
+++ b/Entity/Group.php
@@ -27,7 +27,7 @@ class Group {
 	protected ?int $id = null;
 
 	/**
-	 * Creation datetime
+	 * Create datetime
 	 */
 	protected \DateTime $created;