diff options
author | Julien Veyssier <julien-nc@posteo.net> | 2024-04-09 11:12:48 +0200 |
---|---|---|
committer | Julien Veyssier <julien-nc@posteo.net> | 2024-05-02 16:43:42 +0200 |
commit | d967151f520ba6c860ed9a727e3363ec04a6506d (patch) | |
tree | a630df77e8c5f84c9b7a627ff18cf05723099f4f /core/register_command.php | |
parent | 1acc57b5c03b80ad5b6b5df7aff9df0fef83f14f (diff) | |
download | nextcloud-server-d967151f520ba6c860ed9a727e3363ec04a6506d.tar.gz nextcloud-server-d967151f520ba6c860ed9a727e3363ec04a6506d.zip |
fix(bg-jobs): review adjustments
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/register_command.php b/core/register_command.php index 88ece906846..818fc1e54f4 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -80,8 +80,6 @@ if ($config->getSystemValueBool('installed', false)) { $application->add(Server::get(Command\TwoFactorAuth\Enable::class)); $application->add(Server::get(Command\TwoFactorAuth\Disable::class)); $application->add(Server::get(Command\TwoFactorAuth\State::class)); - $application->add(Server::get(Command\TwoFactorAuth\State::class)); - $application->add(Server::get(Command\Background\Cron::class)); $application->add(Server::get(Command\Background\WebCron::class)); |