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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Cron
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-12-30 18:04:25 +0300
committerdartcafe <github@dartcafe.de>2019-12-30 18:04:25 +0300
commit766fd8cc08e56b0d4968a6959bc2fd0ec99df44d (patch)
treec5fbae8d861a31dc8c9d83df3bc393b45a4cb99b /lib/Cron
parentb2a7aa730e21824cf07dc44d918886946cdbedda (diff)
new round
Diffstat (limited to 'lib/Cron')
-rw-r--r--lib/Cron/NotificationCron.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Cron/NotificationCron.php b/lib/Cron/NotificationCron.php
index 0fe161b4..12907ef5 100644
--- a/lib/Cron/NotificationCron.php
+++ b/lib/Cron/NotificationCron.php
@@ -48,9 +48,9 @@ class NotificationCron extends TimedJob {
}
/**
- * run
- * @param string $token
- */
+ * run
+ * @param string $token
+ */
protected function run($arguments) {
if ($this->mailService->sendNotifications()) {
$this->logger->debug('Notifications sent');