Skip to content
Snippets Groups Projects
Commit bedf358b authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Use proper namespace

IAppManager lives in OCP\App and not in OCP.

Fixes https://github.com/owncloud/core/issues/13710
parent 3478634d
Branches
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
return $this->getServer()->getAppConfig();
});
$this->registerService('OCP\\IAppManager', function($c) {
$this->registerService('OCP\\App\\IAppManager', function($c) {
return $this->getServer()->getAppManager();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment