X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/d8db64d13ce0c750e1650088ffbc5afe8dc8d543..0811e272814cf05d6fc8bc76646a0be99bf79bb9:/Factory.php diff --git a/Factory.php b/Factory.php index e2d05d5..f051772 100644 --- a/Factory.php +++ b/Factory.php @@ -14,12 +14,13 @@ namespace Rapsys\UserBundle; use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\Repository\RepositoryFactory as RepositoryFactoryInterface; use Doctrine\Persistence\ObjectRepository; + +use Rapsys\PackBundle\Util\SluggerUtil; + use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\Routing\RouterInterface; use Symfony\Contracts\Translation\TranslatorInterface; -use Rapsys\PackBundle\Util\SluggerUtil; - /** * This factory is used to create default repository objects for entities at runtime. */