Merge pull request #21877 from owncloud/fix_dav_app

Add missing use statements for IGroupManager and IUserSession
This commit is contained in:
Lukas Reschke 2016-01-25 08:50:41 +01:00
commit 37f5f5077a
1 changed files with 2 additions and 0 deletions

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 {