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

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44309/head
Côme Chilliet 2 months ago
parent f15fb1dc9a
commit d18b92100d
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

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

Loading…
Cancel
Save