aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-27 23:22:33 +0200
committerJoas Schilling <coding@schilljs.com>2023-07-28 14:11:22 +0200
commitb9e2f494a1307dac05b49fe74a224dc93f4c70e7 (patch)
tree496ff2fbac8a7fc432a6e86cd09731cd8b2ce88c /lib/public
parentc5dcf3c849639c4f54d6cd903b31be9b1cefe71e (diff)
downloadnextcloud-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.php10
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