We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7bfce commit a46512eCopy full SHA for a46512e
app/Http/Controllers/Employees/Auth/AuthController.php
@@ -48,7 +48,7 @@ class AuthController extends Controller
48
* unique identifiers of the user
49
* @var array
50
*/
51
- protected $usernames = ['company_id', 'email'];
+ protected $username = ['company_id', 'email'];
52
53
/**
54
* @var company
0 commit comments