Fix
This commit is contained in:
@ -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')
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user