From 3d62b3e2f701718aab2cc4515fef064dcfc83780 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 25 Apr 2022 15:28:29 +0200 Subject: [PATCH] fixup! Cleanup tags and Share component --- core/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Application.php b/core/Application.php index 0c4670beaade4..4037ad4c41578 100644 --- a/core/Application.php +++ b/core/Application.php @@ -79,7 +79,7 @@ public function __construct() { $server = $container->getServer(); /** @var IEventDispatcher $eventDispatcher */ - $eventDispatcher = $server->query(IEventDispatcher::class); + $eventDispatcher = $server->get(IEventDispatcher::class); $notificationManager = $server->getNotificationManager(); $notificationManager->registerNotifierService(CoreNotifier::class);