mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Removed response in form request
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
19bd99d159
commit
822bc6f085
|
@ -76,10 +76,4 @@ class AccessoryCheckoutRequest extends ImageUploadRequest
|
|||
];
|
||||
return $messages;
|
||||
}
|
||||
|
||||
|
||||
public function response(array $errors)
|
||||
{
|
||||
return $this->redirector->back()->withInput()->withErrors($errors, $this->errorBag);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue