Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Mar 6, 2019
1 parent cee59f1 commit 107adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/AuthController.php
Expand Up @@ -21,7 +21,7 @@ public function login(Request $request)
$usernameField = config('janitor.username_field');

$request->validate([
$username_field => 'required',
$usernameField => 'required',
'password' => 'required',
]);

Expand Down

0 comments on commit 107adba

Please sign in to comment.