mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 20:22:31 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
b7d8f77529
commit
1d953b3514
|
@ -34,6 +34,7 @@ class EventTest extends TestCase
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$bus = $this->app()->getContainer()->make(Dispatcher::class);
|
$bus = $this->app()->getContainer()->make(Dispatcher::class);
|
||||||
|
|
||||||
return $bus->dispatch(
|
return $bus->dispatch(
|
||||||
new CreateGroup(User::find(1), ['attributes' => [
|
new CreateGroup(User::find(1), ['attributes' => [
|
||||||
'nameSingular' => 'test group',
|
'nameSingular' => 'test group',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user