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

Use proper namespace
This commit is contained in:
Bernhard Posselt 2015-01-27 17:39:35 +01:00
commit 3fa6e0f4dc

View file

@ -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();
});