1
0
mirror of https://github.com/flarum/core.git synced 2025-08-14 20:34:10 +02:00

pleasing the angry god Circle

This commit is contained in:
Daniel Klabbers
2017-11-27 11:05:15 +01:00
parent 642332ffe2
commit 4d9e2335c7
12 changed files with 19 additions and 12 deletions

View File

@@ -11,7 +11,6 @@
namespace Flarum\Locale;
use Illuminate\Contracts\Translation\Translator;
class LocaleManager

View File

@@ -11,9 +11,9 @@
namespace Flarum\Locale;
use Illuminate\Contracts\Translation\Translator as TranslatorContract;
use Symfony\Component\Translation\MessageCatalogueInterface;
use Symfony\Component\Translation\Translator as BaseTranslator;
use Illuminate\Contracts\Translation\Translator as TranslatorContract;
class Translator extends BaseTranslator implements TranslatorContract
{