diff --git a/core/register_command.php b/core/register_command.php index c0df3da9a06..205ea58001b 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -55,8 +55,9 @@ use OC\Core\Command; use OCP\IConfig; use OCP\Server; use Psr\Log\LoggerInterface; +use Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand; -$application->add(new \Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand()); +$application->add(new CompletionCommand()); $application->add(Server::get(Command\Status::class)); $application->add(Server::get(Command\Check::class)); $application->add(Server::get(Command\L10n\CreateJs::class));