]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Factory.php
Cleanup
[userbundle] / Factory.php
index 3c5f3d63d23b94bc840198630f751288814eff78..abfbc5f1a4f6787d4af9b63f415709685baf2e22 100644 (file)
@@ -14,6 +14,7 @@ namespace Rapsys\UserBundle;
 use Doctrine\ORM\EntityManagerInterface;
 use Doctrine\ORM\Repository\RepositoryFactory as RepositoryFactoryInterface;
 use Doctrine\Persistence\ObjectRepository;
+
 use Symfony\Component\HttpFoundation\RequestStack;
 use Symfony\Component\Routing\RouterInterface;
 use Symfony\Contracts\Translation\TranslatorInterface;
@@ -73,7 +74,7 @@ final class Factory implements RepositoryFactoryInterface {
 
                //Set to current locale
                //XXX: current request is not yet populated in constructor
-               $this->locale = $this->request->getCurrentRequest()->getLocale() ?? $this->locale;
+               $this->locale = $this->request->getCurrentRequest()?->getLocale() ?? $this->locale;
 
                //Return repository class instance
                //XXX: router, slugger, translator and locale arguments will be ignored by default