Add missing use statements for IGroupManager and IUserSession

This commit is contained in:
Roeland Jago Douma 2016-01-23 11:05:09 +01:00
parent a331979a67
commit d0799af484

View file

@ -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 {