diff options
author | Joas Schilling <coding@schilljs.com> | 2023-07-27 23:22:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-07-28 14:11:22 +0200 |
commit | b9e2f494a1307dac05b49fe74a224dc93f4c70e7 (patch) | |
tree | 496ff2fbac8a7fc432a6e86cd09731cd8b2ce88c /lib/public | |
parent | c5dcf3c849639c4f54d6cd903b31be9b1cefe71e (diff) | |
download | nextcloud-server-b9e2f494a1307dac05b49fe74a224dc93f4c70e7.tar.gz nextcloud-server-b9e2f494a1307dac05b49fe74a224dc93f4c70e7.zip |
chore!: Remove legacy SymfonyAdapter
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IServerContainer.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index f438838b98e..b66e1ecdf02 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -46,7 +46,6 @@ use OCP\Federation\ICloudFederationProviderManager; use OCP\Log\ILogFactory; use OCP\Security\IContentSecurityPolicyManager; use Psr\Container\ContainerInterface; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; /** * This is a tagging interface for the server container @@ -517,15 +516,6 @@ interface IServerContainer extends ContainerInterface, IContainer { public function getMimeTypeLoader(); /** - * Get the EventDispatcher - * - * @return EventDispatcherInterface - * @deprecated 20.0.0 use \OCP\EventDispatcher\IEventDispatcher - * @since 8.2.0 - */ - public function getEventDispatcher(); - - /** * Get the Notification Manager * * @return \OCP\Notification\IManager |