Merge pull request #20770 from owncloud/add-servercontainer-alias
Add full interface of server container as alias
This commit is contained in:
commit
df4bd322b2
|
@ -225,6 +225,7 @@ class DIContainer extends SimpleContainer implements IAppContainer {
|
||||||
$this->registerService('ServerContainer', function ($c) {
|
$this->registerService('ServerContainer', function ($c) {
|
||||||
return $this->getServer();
|
return $this->getServer();
|
||||||
});
|
});
|
||||||
|
$this->registerAlias('OCP\\IServerContainer', 'ServerContainer');
|
||||||
|
|
||||||
$this->registerService('Symfony\Component\EventDispatcher\EventDispatcherInterface', function ($c) {
|
$this->registerService('Symfony\Component\EventDispatcher\EventDispatcherInterface', function ($c) {
|
||||||
return $this->getServer()->getEventDispatcher();
|
return $this->getServer()->getEventDispatcher();
|
||||||
|
|
Loading…
Reference in New Issue