X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/85cf650f29e9514a48052a167fb1feccc041191a..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 */