Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(dav): Add missing use for OCP\Constants
Signed-off-by: Côme Chilliet <[email protected]>

[skip ci]
  • Loading branch information
come-nc authored and backportbot[bot] committed Mar 19, 2024
commit e16bbe609d82b7b7d024b82b1f14d6b175aa5bc4
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