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:
@@ -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')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user