diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-25 22:42:24 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-01-25 22:42:24 +0100 |
commit | 55ef34b23ba4bf1a33f928cbac5849fd25fb2ac6 (patch) | |
tree | acb8751534ec7b4ef3f6d877fce4ca8c0d35c0a7 /core/Command | |
parent | b9bbb894f8b01e000bb5e3a8a82db7bebad3ea00 (diff) | |
download | nextcloud-server-55ef34b23ba4bf1a33f928cbac5849fd25fb2ac6.tar.gz nextcloud-server-55ef34b23ba4bf1a33f928cbac5849fd25fb2ac6.zip |
Implements are not needed because they are already done by base class
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/TwoFactorAuth/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/Base.php b/core/Command/TwoFactorAuth/Base.php index fe817d214ba..c5340656534 100644 --- a/core/Command/TwoFactorAuth/Base.php +++ b/core/Command/TwoFactorAuth/Base.php @@ -28,7 +28,7 @@ use OCP\IUser; use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface; use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext; -class Base extends \OC\Core\Command\Base implements CompletionAwareInterface { +class Base extends \OC\Core\Command\Base { /** @var IUserManager */ protected $userManager; |