mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:31:41 +08:00
Update src/Console/ConsoleServiceProvider.php
This commit is contained in:
parent
bddfb5605d
commit
7708be2fe6
|
@ -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')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user