Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Background/WebCron.php')
-rw-r--r--core/Command/Background/WebCron.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Command/Background/WebCron.php b/core/Command/Background/WebCron.php
index 76bcf83a304..7da379b6a53 100644
--- a/core/Command/Background/WebCron.php
+++ b/core/Command/Background/WebCron.php
@@ -26,7 +26,6 @@
namespace OC\Core\Command\Background;
class WebCron extends Base {
-
protected function getMode() {
return 'webcron';
}