From 0b8b18bfc1d8ecb1b2d7027629c1ea38f6508af6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 16 Aug 2019 15:47:51 -0500 Subject: [PATCH] Apply fixes from StyleCI (#29611) --- tests/Integration/Foundation/DiscoverEventsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/Foundation/DiscoverEventsTest.php b/tests/Integration/Foundation/DiscoverEventsTest.php index ac3d7bce96b6..836a8c970cff 100644 --- a/tests/Integration/Foundation/DiscoverEventsTest.php +++ b/tests/Integration/Foundation/DiscoverEventsTest.php @@ -7,7 +7,6 @@ use Illuminate\Tests\Integration\Foundation\Fixtures\EventDiscovery\Events\EventOne; use Illuminate\Tests\Integration\Foundation\Fixtures\EventDiscovery\Events\EventTwo; use Illuminate\Tests\Integration\Foundation\Fixtures\EventDiscovery\Listeners\Listener; -use Tests\Integration\Foundation\Fixtures\EventDiscovery\Listeners\Listener as ListenerAlias; use Illuminate\Tests\Integration\Foundation\Fixtures\EventDiscovery\Listeners\AbstractListener; use Illuminate\Tests\Integration\Foundation\Fixtures\EventDiscovery\Listeners\ListenerInterface;