소스 검색

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;
     }
-
-}
+}