mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
fixed the Bus command Handling forwarding the call to a matching Handler class
This commit is contained in:
@@ -14,9 +14,11 @@ namespace Flarum\Locale;
|
||||
use Flarum\Event\ConfigureLocales;
|
||||
use Flarum\Foundation\AbstractServiceProvider;
|
||||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
use Symfony\Component\Translation\MessageSelector;
|
||||
use Symfony\Component\Translation\Translator;
|
||||
use Symfony\Component\Translation\TranslatorInterface;
|
||||
use Illuminate\Translation\Translator;
|
||||
use Illuminate\Translation\FileLoader;
|
||||
//use Symfony\Component\Translation\MessageSelector;
|
||||
//use Symfony\Component\Translation\Translator;
|
||||
//use Symfony\Component\Translation\TranslatorInterface;
|
||||
|
||||
class LocaleServiceProvider extends AbstractServiceProvider
|
||||
{
|
||||
|
Reference in New Issue
Block a user