Skip to content

Commit 3b4d5ea

Browse files
committed
fix(dav): Add missing use for OCP\Constants
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent a800a68 commit 3b4d5ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
*/
2727
namespace OCA\DAV\SystemTag;
2828

29+
use OCP\Constants;
2930
use OCP\IGroupManager;
3031
use OCP\IUserSession;
3132
use OCP\SystemTag\ISystemTagManager;

0 commit comments

Comments
 (0)