Fix uglyUrls

This commit is contained in:
Pierre Rudloff 2020-10-18 00:59:19 +02:00
parent fe80308610
commit 9becaeaabe
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@ try {
$container = $app->getContainer();
// Config.
$container['config'] = ConfigFactory::create();
$container['config'] = ConfigFactory::create($container);
// Locales.
$container['locale'] = LocaleManagerFactory::create();