From 1d953b3514eea807c59a2d70451eb6d483811741 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 13 Apr 2020 09:59:07 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- tests/integration/extenders/EventTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/extenders/EventTest.php b/tests/integration/extenders/EventTest.php index da7654617..066f4f9ec 100644 --- a/tests/integration/extenders/EventTest.php +++ b/tests/integration/extenders/EventTest.php @@ -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',