Skip to content
Snippets Groups Projects
Commit 3fa6e0f4 authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

Merge pull request #13718 from owncloud/use-proper-namespace

Use proper namespace
parents acec40fe bedf358b
No related branches found
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.
Finish editing this message first!
Please register or to comment