mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #21322 from nextcloud/techdebt/deprecate-iservercontainer-geteventdispatcher
Deprecate \OCP\IServerContainer::getEventDispatcher
This commit is contained in:
commit
3f07485a04
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue