Selaa lähdekoodia

Merge pull request #267 from SergiX44/analysis-EAQjOD

Apply fixes from StyleCI
Sergio Brighenti 4 vuotta sitten
vanhempi
commit
ff25de6ceb
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      tests/BootApplication.php

+ 1 - 3
tests/BootApplication.php

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