diff options
Diffstat (limited to 'core/Command/Background/WebCron.php')
-rw-r--r-- | core/Command/Background/WebCron.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/Command/Background/WebCron.php b/core/Command/Background/WebCron.php deleted file mode 100644 index 1e3e5ca5f17..00000000000 --- a/core/Command/Background/WebCron.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * SPDX-FileCopyrightText: 2015 Christian Kampka <christian@kampka.net> - * SPDX-License-Identifier: MIT - */ -namespace OC\Core\Command\Background; - -class WebCron extends Base { - protected function getMode(): string { - return 'webcron'; - } -} |