From 7df20ec2f6e3b1a417075099324058b682e17a06 Mon Sep 17 00:00:00 2001 From: reallyli Date: Fri, 8 Nov 2019 04:06:59 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/UnicomponentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UnicomponentTest.php b/tests/UnicomponentTest.php index c49e2d0..d35cb92 100644 --- a/tests/UnicomponentTest.php +++ b/tests/UnicomponentTest.php @@ -10,8 +10,8 @@ use PHPUnit\Framework\TestCase; use Reallyli\LaravelUnicomponent\Components\Pusher\Pusher; -use Reallyli\LaravelUnicomponent\UnicomponentServiceManager; use Reallyli\LaravelUnicomponent\Tests\Example\ExampleService; +use Reallyli\LaravelUnicomponent\UnicomponentServiceManager; class UnicomponentTest extends TestCase {