Skip to content

Commit

Permalink
fixup! Cleanup tags and Share component
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan committed Apr 25, 2022
1 parent aa469c3 commit 3d62b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3d62b3e

Please sign in to comment.