Completed
Pull Request — master (#2)
by reallyli
01:23
created
tests/UnicomponentTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
 
11 11
 use PHPUnit\Framework\TestCase;
12 12
 use Reallyli\LaravelUnicomponent\Components\Pusher\Pusher;
13
-use Reallyli\LaravelUnicomponent\UnicomponentServiceManager;
14 13
 use Reallyli\LaravelUnicomponent\Tests\Example\ExampleService;
14
+use Reallyli\LaravelUnicomponent\UnicomponentServiceManager;
15 15
 
16 16
 class UnicomponentTest extends TestCase
17 17
 {
Please login to merge, or discard this patch.