re-working validation
This commit is contained in:
parent
fd173889eb
commit
b244f8034b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class RegisterRequest extends Request
|
|||
|
||||
public function response(array $errors)
|
||||
{
|
||||
return parent::response($errors); // TODO: Change the autogenerated stub
|
||||
// return parent::response($errors); // TODO: Change the autogenerated stub
|
||||
|
||||
Log::info($errors);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue