mirror of
https://github.com/flarum/core.git
synced 2025-08-24 00:53:27 +02:00
Fix installation
This commit is contained in:
@@ -36,5 +36,7 @@ class LocaleServiceProvider extends AbstractServiceProvider
|
||||
$this->app->alias('Flarum\Locale\LocaleManager', 'flarum.localeManager');
|
||||
|
||||
$this->app->instance('translator', new Translator);
|
||||
|
||||
$this->app->alias('translator', 'Symfony\Component\Translation\TranslatorInterface');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user