Deprecate \OCP\IServerContainer::getEventDispatcher

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/21322/head
Christoph Wurst 6 years ago
parent d67f627eba
commit fec3fefad7
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      lib/public/IServerContainer.php

@ -490,6 +490,7 @@ interface IServerContainer extends IContainer {
* Get the EventDispatcher
*
* @return EventDispatcherInterface
* @deprecated 20.0.0 use \OCP\EventDispatcher\IEventDispatcher
* @since 8.2.0
*/
public function getEventDispatcher();

Loading…
Cancel
Save