diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-06-08 19:10:26 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-06-08 19:10:26 +0200 |
commit | fec3fefad77626e3b97df386abaa0bfa4efc476c (patch) | |
tree | aa8ba092379953cd09da28d50826091a61d1a62a /lib/public/IServerContainer.php | |
parent | d67f627ebac82bcf7d9f51d46407ecc5184c0405 (diff) | |
download | nextcloud-server-fec3fefad77626e3b97df386abaa0bfa4efc476c.tar.gz nextcloud-server-fec3fefad77626e3b97df386abaa0bfa4efc476c.zip |
Deprecate \OCP\IServerContainer::getEventDispatcher
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r-- | lib/public/IServerContainer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 40f8d93f350..45f2a1caf4e 100644 --- a/lib/public/IServerContainer.php +++ b/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(); |