aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php')
-rw-r--r--apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php b/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
index fa53a8be4f0..bc306d58fe1 100644
--- a/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
+++ b/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
@@ -30,6 +30,6 @@ class DeleteOutdatedSchedulingObjects extends TimedJob {
protected function run($argument): void {
$time = $this->time->getTime() - (60 * 60);
$this->calDavBackend->deleteOutdatedSchedulingObjects($time, 50000);
- $this->logger->info("Removed outdated scheduling objects");
+ $this->logger->info('Removed outdated scheduling objects');
}
}