Skip to content
Snippets Groups Projects
Commit d0799af4 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add missing use statements for IGroupManager and IUserSession

parent a331979a
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ use OCP\SystemTag\ISystemTagManager; ...@@ -26,6 +26,8 @@ use OCP\SystemTag\ISystemTagManager;
use OCP\SystemTag\ISystemTagObjectMapper; use OCP\SystemTag\ISystemTagObjectMapper;
use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\Exception\Forbidden;
use Sabre\DAV\SimpleCollection; use Sabre\DAV\SimpleCollection;
use OCP\IUserSession;
use OCP\IGroupManager;
class SystemTagsRelationsCollection extends SimpleCollection { 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