Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Sergio Brighenti 2020-03-02 18:16:27 +00:00 committed by StyleCI Bot
parent ac4429fe0c
commit dd12185aaa

View file

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