mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Fix remaining PSR-2 issues.
This commit is contained in:
@@ -38,7 +38,9 @@ class CoreServiceProvider extends ServiceProvider
|
||||
|
||||
$bus->mapUsing(function ($command) {
|
||||
return Bus::simpleMapping(
|
||||
$command, 'Flarum\Core\Commands', 'Flarum\Core\Handlers\Commands'
|
||||
$command,
|
||||
'Flarum\Core\Commands',
|
||||
'Flarum\Core\Handlers\Commands'
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user