Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke 2020-04-13 09:59:07 +00:00 committed by StyleCI Bot
parent b7d8f77529
commit 1d953b3514

View File

@ -34,6 +34,7 @@ class EventTest extends TestCase
]);
$bus = $this->app()->getContainer()->make(Dispatcher::class);
return $bus->dispatch(
new CreateGroup(User::find(1), ['attributes' => [
'nameSingular' => 'test group',