X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/5c4a473f4d617940aedd24d9ef0154ad85cd1938..0811e272814cf05d6fc8bc76646a0be99bf79bb9:/Entity/User.php diff --git a/Entity/User.php b/Entity/User.php index 445c3bd..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 */