Skip to content
Merged
Changes from all commits
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
use OCP\Collaboration\Reference\Reference instead of the recently rem…
…oved OC\Collaboration\Reference\Reference

Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier authored and backportbot-nextcloud[bot] committed Sep 26, 2022
commit 003ee7a926b6748d08b06c9a40e78ef547d655f0
2 changes: 1 addition & 1 deletion lib/Reference/CardReferenceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

namespace OCA\Deck\Reference;

use OC\Collaboration\Reference\Reference;
use OCA\Deck\AppInfo\Application;
use OCA\Deck\Db\Assignment;
use OCA\Deck\Db\Attachment;
Expand All @@ -33,6 +32,7 @@
use OCA\Deck\Service\StackService;
use OCP\Collaboration\Reference\IReference;
use OCP\Collaboration\Reference\IReferenceProvider;
use OCP\Collaboration\Reference\Reference;
use OCP\IURLGenerator;

class CardReferenceProvider implements IReferenceProvider {
Expand Down