Skip to content

Commit

Permalink
fix(dav): Add missing use for OCP\Constants
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>

[skip ci]
  • Loading branch information
come-nc authored and backportbot[bot] committed Mar 19, 2024
1 parent 1ae9415 commit bcddd21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/
namespace OCA\DAV\SystemTag;

use OCP\Constants;
use OCP\IGroupManager;
use OCP\IUserSession;
use OCP\SystemTag\ISystemTagManager;
Expand Down

0 comments on commit bcddd21

Please sign in to comment.