Merge pull request #20770 from owncloud/add-servercontainer-alias

Add full interface of server container as alias
This commit is contained in:
Thomas Müller 2015-11-27 13:16:28 +01:00
commit df4bd322b2
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
$this->registerService('ServerContainer', function ($c) {
return $this->getServer();
});
$this->registerAlias('OCP\\IServerContainer', 'ServerContainer');
$this->registerService('Symfony\Component\EventDispatcher\EventDispatcherInterface', function ($c) {
return $this->getServer()->getEventDispatcher();