Browse Source

Merge pull request #267 from SergiX44/analysis-EAQjOD

Apply fixes from StyleCI
Sergio Brighenti 4 years ago
parent
commit
ff25de6ceb
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tests/BootApplication.php

+ 1 - 3
tests/BootApplication.php

@@ -3,7 +3,6 @@
 
 
 namespace Tests;
 namespace Tests;
 
 
-
 use App\Database\Migrator;
 use App\Database\Migrator;
 
 
 trait BootApplication
 trait BootApplication
@@ -24,5 +23,4 @@ trait BootApplication
 
 
         return $this->app;
         return $this->app;
     }
     }
-
-}
+}