소스 검색

Apply fixes from StyleCI

[ci skip] [skip ci]
Sergio Brighenti 5 년 전
부모
커밋
dd12185aaa
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      app/Exceptions/ValidationException.php

+ 1 - 3
app/Exceptions/ValidationException.php

@@ -3,7 +3,6 @@
 
 namespace App\Exceptions;
 
-
 use Exception;
 use Psr\Http\Message\ResponseInterface as Response;
 use Throwable;
@@ -28,5 +27,4 @@ class ValidationException extends Exception
     {
         return $this->response;
     }
-
-}
+}