summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2022-12-08 10:55:19 +0100
committerThomas Citharel <tcit@tcit.fr>2023-03-13 11:52:57 +0100
commitf1751c44286930ea4ef41b046cdc4570330ee301 (patch)
treed5e403dfc0ab94bcf73a0490edba8de0e5365150 /lib/private/Server.php
parentade49e0b15e408bf00dd24f5641bd9a29a18f05c (diff)
downloadnextcloud-server-f1751c44286930ea4ef41b046cdc4570330ee301.tar.gz
nextcloud-server-f1751c44286930ea4ef41b046cdc4570330ee301.zip
Introduced app enable/disable/update typed events
OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'lib/private/Server.php')
-rw-r--r--lib/private/Server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php
index f9fc585e74d..9a4ee0da198 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -928,6 +928,7 @@ class Server extends ServerContainer implements IServerContainer {
$c->get(IGroupManager::class),
$c->get(ICacheFactory::class),
$c->get(SymfonyAdapter::class),
+ $c->get(IEventDispatcher::class),
$c->get(LoggerInterface::class)
);
});