From d0799af48413f519c9b927af9f77d2561401b8ce Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sat, 23 Jan 2016 11:05:09 +0100 Subject: [PATCH] Add missing use statements for IGroupManager and IUserSession --- apps/dav/lib/systemtag/systemtagsrelationscollection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/dav/lib/systemtag/systemtagsrelationscollection.php b/apps/dav/lib/systemtag/systemtagsrelationscollection.php index e291da705e..223aaac93d 100644 --- a/apps/dav/lib/systemtag/systemtagsrelationscollection.php +++ b/apps/dav/lib/systemtag/systemtagsrelationscollection.php @@ -26,6 +26,8 @@ use OCP\SystemTag\ISystemTagManager; use OCP\SystemTag\ISystemTagObjectMapper; use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\SimpleCollection; +use OCP\IUserSession; +use OCP\IGroupManager; class SystemTagsRelationsCollection extends SimpleCollection {