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