Skip to content

Commit

Permalink
Merge pull request #4077 from nextcloud/fix/noid/private-reference-class
Browse files Browse the repository at this point in the history
use OCP\Collaboration\Reference\Reference
  • Loading branch information
Julien Veyssier authored Sep 26, 2022
2 parents d8253d4 + ed5df26 commit b4c1525
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b4c1525

Please sign in to comment.