aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-06 10:37:17 +0200
committerJoas Schilling <coding@schilljs.com>2023-07-06 10:37:40 +0200
commitabc8ff38cbbd9b951cf1d42dbda611ab7b7ab08f (patch)
tree1be533395c4084e77c071d59269caa11790545e7 /apps/dav/lib
parent6d84160ba710e6ea4cf290f40d7bb924c35ad574 (diff)
downloadnextcloud-server-abc8ff38cbbd9b951cf1d42dbda611ab7b7ab08f.tar.gz
nextcloud-server-abc8ff38cbbd9b951cf1d42dbda611ab7b7ab08f.zip
fix: Cleanup unused imports and some type deprecations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/lib')
-rw-r--r--apps/dav/lib/HookManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php
index ae92a9c9335..9e923440e38 100644
--- a/apps/dav/lib/HookManager.php
+++ b/apps/dav/lib/HookManager.php
@@ -36,7 +36,6 @@ use OCP\IUser;
use OCP\IUserManager;
use OCP\Util;
use Psr\Log\LoggerInterface;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class HookManager {