mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix missing parent constructor call in DAV reminder job
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
b1a0d464ba
commit
9ff9803da4
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ class BuildReminderIndexBackgroundJob extends QueuedJob {
|
|||
ILogger $logger,
|
||||
IJobList $jobList,
|
||||
ITimeFactory $timeFactory) {
|
||||
parent::__construct($timeFactory);
|
||||
$this->db = $db;
|
||||
$this->reminderService = $reminderService;
|
||||
$this->logger = $logger;
|
||||
|
|
|
|||
Loading…
Reference in a new issue