@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | public function __construct(?string $cacheDirectory = null) |
| 23 | 23 | { |
| 24 | - $this->translator = new Translator($this->locale, cacheDir: $cacheDirectory); |
|
| 24 | + $this->translator = new Translator($this->locale, cacheDir : $cacheDirectory); |
|
| 25 | 25 | $this->translator->addLoader('mo', new MoFileLoader()); |
| 26 | 26 | } |
| 27 | 27 | |