Sjors Ottjes 5 years ago
parent
commit
42936c656c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Bootstrap.php

+ 1 - 1
tests/Bootstrap.php

@@ -2,9 +2,9 @@
 
 namespace Tests;
 
-use Illuminate\Contracts\Console\Kernel;
 use PHPUnit\Runner\AfterLastTestHook;
 use PHPUnit\Runner\BeforeFirstTestHook;
+use Illuminate\Contracts\Console\Kernel;
 
 class Bootstrap implements BeforeFirstTestHook, AfterLastTestHook
 {