Skip to content

Commit ca686ac

Browse files
committed
fix(TaskProcessing): Inject missing dependency
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 702f25a commit ca686ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/private/TaskProcessing/Manager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
use OCP\IConfig;
3737
use OCP\IL10N;
3838
use OCP\IServerContainer;
39+
use OCP\IUserManager;
3940
use OCP\L10N\IFactory;
4041
use OCP\Lock\LockedException;
4142
use OCP\SpeechToText\ISpeechToTextProvider;
@@ -101,6 +102,7 @@ public function __construct(
101102
private IAppManager $appManager,
102103
ICacheFactory $cacheFactory,
103104
private IFactory $l10nFactory,
105+
private IUserManager $userManager,
104106
) {
105107
$this->appData = $appDataFactory->get('core');
106108
$this->distributedCache = $cacheFactory->createDistributed('task_processing::');

0 commit comments

Comments
 (0)