1
0
mirror of https://github.com/flarum/core.git synced 2025-08-24 00:53:27 +02:00

Fix installation

This commit is contained in:
Toby Zerner
2015-10-11 10:05:40 +10:30
parent 6f1c46819e
commit 0b888ea342
3 changed files with 5 additions and 3 deletions

View File

@@ -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');
}
}