瀏覽代碼

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