1
0
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:
Franz Liedke
2015-05-19 01:07:22 +02:00
parent 7885c9a002
commit dd54803aaf
2 changed files with 21 additions and 9 deletions

View File

@@ -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'
);
});
}