Applied styleci changes

This commit is contained in:
Dan Brown
2021-11-05 00:28:41 +00:00
parent 06b5009842
commit d0aa10a8c3
2 changed files with 2 additions and 1 deletions

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