feat(model): adapted user model username to libretime user table login
This commit is contained in:
parent
b30f44b255
commit
b7ff3389cd
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ class User extends Authenticatable
|
|||
|
||||
public function username()
|
||||
{
|
||||
return 'username'; // Specify the login column
|
||||
return $this->login; // Specify the login column
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue