diff --git a/src/App.php b/src/App.php index 826bb57..a5124a0 100644 --- a/src/App.php +++ b/src/App.php @@ -466,7 +466,7 @@ class App protected function interrogateTranslations(): void { $stringPath = APP_ROOT.'/src/Strings'; - if(!file_exists($stringPath)){ + if (!file_exists($stringPath)) { return; } foreach (new \DirectoryIterator($stringPath) as $translationFile) {