UserBackend: Drop abstract method hasUser

refs #8826
This commit is contained in:
Johannes Meyer 2015-04-21 13:14:27 +02:00
parent 6ca68f438d
commit a7af546078
1 changed files with 0 additions and 9 deletions

View File

@ -144,15 +144,6 @@ abstract class UserBackend implements Countable
return $backend;
}
/**
* Test whether the given user exists
*
* @param User $user
*
* @return bool
*/
abstract public function hasUser(User $user);
/**
* Authenticate
*