Skip to content
Snippets Groups Projects
Commit 37f5f507 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #21877 from owncloud/fix_dav_app

Add missing use statements for IGroupManager and IUserSession
parents a331979a d0799af4
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment