Browse Source

Merge pull request #149 from SergiX44/analysis-bQOWR5

Apply fixes from StyleCI
Sergio Brighenti 5 years ago
parent
commit
e4ed4c1862
1 changed files with 1 additions and 3 deletions
  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;
     }
-
-}
+}