X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/38bbc6345098782376b9a0d14de901bc7af9cf0b..0811e272814cf05d6fc8bc76646a0be99bf79bb9:/Entity/User.php diff --git a/Entity/User.php b/Entity/User.php index 44680fb..5220e77 100644 --- a/Entity/User.php +++ b/Entity/User.php @@ -15,12 +15,12 @@ use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\ORM\Event\PreUpdateEventArgs; -use Symfony\Component\Security\Core\User\UserInterface; -use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface; - use Rapsys\UserBundle\Entity\Civility; use Rapsys\UserBundle\Entity\Group; +use Symfony\Component\Security\Core\User\UserInterface; +use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface; + /** * User */ @@ -31,7 +31,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface { protected ?int $id = null; /** - * Creation datetime + * Create datetime */ protected \DateTime $created;