mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Update lib/private/TextToImage/TaskBackgroundJob.php
Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
53678a8534
commit
41847c951a
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ use OCP\TextToImage\IManager;
|
|||
|
||||
class TaskBackgroundJob extends QueuedJob {
|
||||
public function __construct(
|
||||
ITimeFactory $timeFactory,
|
||||
private IManager $text2imageManager,
|
||||
ITimeFactory $timeFactory,
|
||||
private IManager $text2imageManager,
|
||||
private IEventDispatcher $eventDispatcher,
|
||||
) {
|
||||
parent::__construct($timeFactory);
|
||||
|
|
|
|||
Loading…
Reference in a new issue