X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/7b065b7bc56a349a0e70f455ec90a91faea8acf9..822063a520df4c889a4a9c9dd25ec0d0ca44d973:/Factory.php diff --git a/Factory.php b/Factory.php index 3c5f3d6..e2d05d5 100644 --- a/Factory.php +++ b/Factory.php @@ -73,7 +73,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