diff options
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php index 27863cfdc8d..5a6e00c8a22 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -92,6 +92,7 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) { $application->add(new OC\Core\Command\Background\Ajax(\OC::$server->getConfig())); $application->add(new OC\Core\Command\Background\Job(\OC::$server->getJobList(), \OC::$server->getLogger())); $application->add(new OC\Core\Command\Background\ListCommand(\OC::$server->getJobList())); + $application->add(\OCP\Server::get(\OC\Core\Command\Background\Delete::class)); $application->add(\OC::$server->query(\OC\Core\Command\Broadcast\Test::class)); |