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