mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
adopt to Controller constructor changes
This commit is contained in:
parent
208e551216
commit
d96e8f5810
1 changed files with 0 additions and 5 deletions
|
|
@ -184,11 +184,6 @@ class Application extends App {
|
|||
$c->query('AppName'),
|
||||
$c->query('Request'),
|
||||
$c->query('INavigationManager'),
|
||||
$c->query('L10N'),
|
||||
$c->query('Config'),
|
||||
$c->query('EncryptionManager'),
|
||||
$c->query('UserManager'),
|
||||
$c->query('DatabaseConnection'),
|
||||
$c->query('SettingsManager')
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue