mirror of
https://github.com/flarum/core.git
synced 2025-08-16 21:34:08 +02:00
Coding style fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Illuminate\Contracts\Events\Dispatcher;
|
|
||||||
use Flarum\Event\ConfigureLocales;
|
use Flarum\Event\ConfigureLocales;
|
||||||
|
use Illuminate\Contracts\Events\Dispatcher;
|
||||||
|
|
||||||
return function (Dispatcher $events) {
|
return function (Dispatcher $events) {
|
||||||
$events->listen(ConfigureLocales::class, function(ConfigureLocales $event) {
|
$events->listen(ConfigureLocales::class, function (ConfigureLocales $event) {
|
||||||
$event->loadLanguagePackFrom(__DIR__);
|
$event->loadLanguagePackFrom(__DIR__);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user