add comment for subclassing Authentication class
This commit is contained in:
parent
9913039d0a
commit
8abe2bee33
|
@ -77,6 +77,7 @@ class Authentication
|
|||
*/
|
||||
public function checkUser($login, $password, $key)
|
||||
{
|
||||
// implements with userProvider on subclasse
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user