Remove old GetSettings for language legacy flow

This commit is contained in:
Clemens Schwaighofer
2022-04-15 13:57:26 +09:00
parent 667dc4de8e
commit fd9b201346
3 changed files with 1 additions and 466 deletions

View File

@@ -57,6 +57,7 @@ foreach (['admin', 'frontend'] as $folder) {
}
}
// if content path is empty, fallback is default
/** @phpstan-ignore-next-line can be empty */
if (empty($folder)) {
$folder = 'default';
}