mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
Update src/Console/ConsoleServiceProvider.php
This commit is contained in:
@@ -67,7 +67,7 @@ class ConsoleServiceProvider extends AbstractServiceProvider
|
|||||||
$scheduled['callback']($event);
|
$scheduled['callback']($event);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->container->make('flarum.locales')->getTranslator()->getCatalogue(
|
$container->make('flarum.locales')->getTranslator()->getCatalogue(
|
||||||
$container->make(SettingsRepositoryInterface::class)->get('default_locale', 'en')
|
$container->make(SettingsRepositoryInterface::class)->get('default_locale', 'en')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user