Cleaned
This commit is contained in:
parent
870152c6df
commit
0a88fdeddb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue