Forráskód Böngészése

Merge pull request #149 from SergiX44/analysis-bQOWR5

Apply fixes from StyleCI
Sergio Brighenti 5 éve
szülő
commit
e4ed4c1862
1 módosított fájl, 1 hozzáadás és 3 törlés
  1. 1 3
      app/Exceptions/ValidationException.php

+ 1 - 3
app/Exceptions/ValidationException.php

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