X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b87bd55580eff10ddbb3e11c5de8f9634e6950bf..45d4262949d2f96811d692cf1e6608c83963ea64:/Factory.php

diff --git a/Factory.php b/Factory.php
index 7ab9c2a..a421165 100644
--- a/Factory.php
+++ b/Factory.php
@@ -74,7 +74,7 @@ final class Factory implements RepositoryFactory {
 
 		//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, languages and locale arguments will be ignored by default