mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructor
Fix missing parent constructor call in DAV reminder job
This commit is contained in:
commit
7aaa2e12ae
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