Skip to content

Commit a46512e

Browse files
committed
major fix for auth
1 parent 8b7bfce commit a46512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Employees/Auth/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class AuthController extends Controller
4848
* unique identifiers of the user
4949
* @var array
5050
*/
51-
protected $usernames = ['company_id', 'email'];
51+
protected $username = ['company_id', 'email'];
5252

5353
/**
5454
* @var company

0 commit comments

Comments
 (0)