ソースを参照

Merge pull request #267 from SergiX44/analysis-EAQjOD

Apply fixes from StyleCI
Sergio Brighenti 4 年 前
コミット
ff25de6ceb
1 ファイル変更1 行追加3 行削除
  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;
     }
-
-}
+}