add comment for subclassing Authentication class

This commit is contained in:
a-sansara 2017-03-15 00:26:27 +01:00
parent 9913039d0a
commit 8abe2bee33

View File

@ -77,6 +77,7 @@ class Authentication
*/ */
public function checkUser($login, $password, $key) public function checkUser($login, $password, $key)
{ {
// implements with userProvider on subclasse
return true; return true;
} }