Skip to content

Commit

Permalink
major fix for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Jan 10, 2016
1 parent 8b7bfce commit a46512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Employees/Auth/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AuthController extends Controller
* unique identifiers of the user
* @var array
*/
protected $usernames = ['company_id', 'email'];
protected $username = ['company_id', 'email'];

/**
* @var company
Expand Down

0 comments on commit a46512e

Please sign in to comment.