We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2624ae commit db047a3Copy full SHA for db047a3
lib/BackgroundJob/SyncJob.php
@@ -45,7 +45,7 @@ public function __construct(
45
ImapToDbSynchronizer $syncService,
46
LoggerInterface $logger,
47
IJobList $jobList,
48
- private readonly IConfig $config
+ private readonly IConfig $config,
49
) {
50
parent::__construct($time);
51
0 commit comments