From 0a88fdeddb722a05da8d95cc1dc39bf3db058c58 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 25 Aug 2020 23:46:39 +0200 Subject: [PATCH] Cleaned --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {