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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Cron/Cleanup.php')
-rw-r--r--lib/Cron/Cleanup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cron/Cleanup.php b/lib/Cron/Cleanup.php
index 301146a64..11e039cd5 100644
--- a/lib/Cron/Cleanup.php
+++ b/lib/Cron/Cleanup.php
@@ -46,7 +46,7 @@ class Cleanup extends TimedJob {
private $sessionService;
private $documentService;
private $logger;
- private ImageService $imageService;
+ private $imageService;
public function __construct(ITimeFactory $time,