1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 08:56:38 +02:00

Update src/Console/ConsoleServiceProvider.php

This commit is contained in:
Daniël Klabbers
2021-05-06 00:35:05 +02:00
committed by GitHub
parent a56c748ad4
commit bddfb5605d

View File

@@ -68,7 +68,7 @@ class ConsoleServiceProvider extends AbstractServiceProvider
} }
$this->container->make('flarum.locales')->getTranslator()->getCatalogue( $this->container->make('flarum.locales')->getTranslator()->getCatalogue(
$this->container->make(SettingsRepositoryInterface::class)->get('default_locale', 'en') $container->make(SettingsRepositoryInterface::class)->get('default_locale', 'en')
); );
} }
} }