diff options
Diffstat (limited to 'core/Command/TwoFactorAuth')
-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; |