@@ -15,7 +15,7 @@ |
||
15 | 15 | * @param bool $fallback |
16 | 16 | * @return string |
17 | 17 | */ |
18 | - public function get($key, array $replace = [], $locale = null, $fallback = true) |
|
18 | + public function get($key, array $replace = [ ], $locale = null, $fallback = true) |
|
19 | 19 | { |
20 | 20 | $translationRepository = app(TranslationRepository::class); |
21 | 21 | if ($translation = $translationRepository->findByKeyAndLocale($key, $locale)) { |