Skip to content

Commit

Permalink
Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constru…
Browse files Browse the repository at this point in the history
…ctor

Fix missing parent constructor call in DAV reminder job
  • Loading branch information
rullzer authored Aug 26, 2019
2 parents 505f100 + 9ff9803 commit 7aaa2e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function __construct(IDBConnection $db,
ILogger $logger,
IJobList $jobList,
ITimeFactory $timeFactory) {
parent::__construct($timeFactory);
$this->db = $db;
$this->reminderService = $reminderService;
$this->logger = $logger;
Expand Down

0 comments on commit 7aaa2e1

Please sign in to comment.