Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
ac4429fe0c
commit
dd12185aaa
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue