This commit is contained in:
Patrick Niebeling
2025-03-12 11:00:29 +01:00
parent 054cdb70c8
commit 4e4ae2b372
5 changed files with 50 additions and 9 deletions

View File

@ -17,7 +17,8 @@ class Application extends App {
return new SettingsController(
$c->query('OCP\IRequest'),
$c->query('OCP\IUserSession'),
$c->query('OCA\Deckflow\Service\WorkflowService')
$c->query('OCA\Deckflow\Service\WorkflowService'),
$c->query('OCP\IDBConnection')
);
});