This commit is contained in:
Greyscale 2020-08-25 23:46:39 +02:00
parent 870152c6df
commit 0a88fdeddb

View file

@ -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) {