diff options
author | Robin Appelman <robin@icewind.nl> | 2022-08-30 18:15:02 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-08-31 15:47:00 +0200 |
commit | 1626a56ddab715e3c6af8081a9d696c74147ff79 (patch) | |
tree | 57b69d6fad632096d9c06dd890bc48dce7e7150f /lib | |
parent | d3743392e0087c267d20db14210acba17a3ec6d2 (diff) | |
download | nextcloud-server-1626a56ddab715e3c6af8081a9d696c74147ff79.tar.gz nextcloud-server-1626a56ddab715e3c6af8081a9d696c74147ff79.zip |
adjusts tests for CloudIdManager
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Server.php | 2 |
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), ); }); |