Move to ABackend

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-03-22 15:49:07 +01:00
parent cbd2be583a
commit 471272d456
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ declare(strict_types=1);
namespace OC\User;
use OC\Cache\CappedMemoryCache;
use OCP\User\Backend\AbstractBackend;
use OCP\User\Backend\ABackend;
use OCP\User\Backend\ICheckPasswordBackend;
use OCP\User\Backend\ICountUsersBackend;
use OCP\User\Backend\ICreateUserBackend;
@ -73,7 +73,7 @@ use Symfony\Component\EventDispatcher\GenericEvent;
/**
* Class for user management in a SQL Database (e.g. MySQL, SQLite)
*/
class Database extends AbstractBackend
class Database extends ABackend
implements ICreateUserBackend,
ISetPasswordBackend,
ISetDisplayNameBackend,

View File

@ -31,7 +31,7 @@ use OCP\UserInterface;
/**
* @since 14.0.0
*/
abstract class AbstractBackend implements IUserBackend, UserInterface {
abstract class ABackend implements IUserBackend, UserInterface {
/**
* @deprecated 14.0.0