X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/85cf650f29e9514a48052a167fb1feccc041191a..0811e272814cf05d6fc8bc76646a0be99bf79bb9:/Factory.php diff --git a/Factory.php b/Factory.php index abfbc5f..f051772 100644 --- a/Factory.php +++ b/Factory.php @@ -15,12 +15,12 @@ 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. */