mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
chore: use long namespaced class instead of putting it inline
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
c1d67cc614
commit
f4a267536a
1 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue