mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Deprecate \OCP\IServerContainer::getEventDispatcher
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
d67f627eba
commit
fec3fefad7
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