Applied styleci changes

This commit is contained in:
Dan Brown 2021-11-05 00:28:41 +00:00
parent 06b5009842
commit d0aa10a8c3
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ class ApiDocsGenerator
}
$rules = $class->getValdationRules()[$methodName] ?? [];
return empty($rules) ? null : $rules;
}

View File

@ -44,7 +44,7 @@ class ForgotPasswordController extends Controller
public function sendResetLinkEmail(Request $request)
{
$this->validate($request, [
'email' => ['required', 'email']
'email' => ['required', 'email'],
]);
// We will send the password reset link to this user. Once we have attempted