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/apps
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-03-31 17:25:31 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-05-02 11:52:44 +0300
commit771028dadab9a65957374478ecbd3e3e2f2a344e (patch)
treedfda3fa85296d5b09c52631553864ba061b97dca /apps
parent5fb9de62488dec879de14f0bf2b703b7a9c3a1b7 (diff)
Add missing use for LoggerInterface
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/HookManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php
index fcb6839a1f9..f0fdd5cfd4f 100644
--- a/apps/dav/lib/HookManager.php
+++ b/apps/dav/lib/HookManager.php
@@ -35,6 +35,7 @@ use OCP\Defaults;
use OCP\IUser;
use OCP\IUserManager;
use OCP\Util;
+use Psr\Log\LoggerInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class HookManager {