fix login api

This commit is contained in:
andrey
2021-08-03 15:52:25 +03:00
parent f422a70fc3
commit c522278222
5 changed files with 13 additions and 6 deletions

View File

@ -59,7 +59,7 @@ class LoginForm extends Model
return false;
}
protected function getUser()
public function getUser()
{
if ($this->_user === null) {
$this->_user = User::findByUsername($this->username);