fix(dav): Add missing use for OCP\Constants

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-03-19 11:20:03 +01:00 committed by backportbot[bot]
parent 1013d8b42f
commit b57486182f

View file

@ -26,6 +26,7 @@
*/
namespace OCA\DAV\SystemTag;
use OCP\Constants;
use OCP\IGroupManager;
use OCP\IUserSession;
use OCP\SystemTag\ISystemTagManager;