Skip to content

Commit a13c3cc

Browse files
authored
fix(TaskProcessing): Add remote host validator dependency to Manager
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 6570531 commit a13c3cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/TaskProcessing/Manager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public function __construct(
157157
private IUserSession $userSession,
158158
ICacheFactory $cacheFactory,
159159
private IFactory $l10nFactory,
160+
private IRemoteHostValidator $remoteHostValidator,
160161
) {
161162
$this->appData = $appDataFactory->get('core');
162163
$this->distributedCache = $cacheFactory->createDistributed('task_processing::');

0 commit comments

Comments
 (0)