mirror of
https://github.com/flarum/core.git
synced 2025-08-17 22:01:44 +02:00
satisfying styleci, undo mysql in travis
This commit is contained in:
@@ -32,7 +32,7 @@ class IlluminateValidationExceptionHandler implements ExceptionHandlerInterface
|
||||
public function handle(Exception $e)
|
||||
{
|
||||
$status = 422;
|
||||
|
||||
|
||||
$errors = $this->formatErrors($e->errors());
|
||||
|
||||
return new ResponseBag($status, $errors);
|
||||
|
Reference in New Issue
Block a user