mirror of
https://github.com/flarum/core.git
synced 2025-08-14 20:34:10 +02:00
Coding style fixes
This commit is contained in:
@@ -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__);
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user