Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-08-30 19:15:02 +0300
committerRobin Appelman <robin@icewind.nl>2022-08-31 16:47:00 +0300
commit1626a56ddab715e3c6af8081a9d696c74147ff79 (patch)
tree57b69d6fad632096d9c06dd890bc48dce7e7150f /lib
parentd3743392e0087c267d20db14210acba17a3ec6d2 (diff)
adjusts tests for CloudIdManagercloudid-cache
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php
index 0b9957659a5..8754954c268 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -1366,7 +1366,7 @@ class Server extends ServerContainer implements IServerContainer {
$c->get(IURLGenerator::class),
$c->get(IUserManager::class),
$c->get(ICacheFactory::class),
- $c->get(EventDispatcherInterface::class),
+ $c->get(IEventDispatcher::class),
);
});