diff --git a/src/Model/Entity/Claim.php b/src/Model/Entity/Claim.php index 3a2659f..e2d3cb7 100644 --- a/src/Model/Entity/Claim.php +++ b/src/Model/Entity/Claim.php @@ -5,7 +5,7 @@ namespace App\Model\Entity; use Cake\ORM\Entity; class Claim extends Entity { - function getLink() { + function getLbryLink() { $link = $this->Name; if (isset($this->Publisher->Name)) { $link = $this->Publisher->Name . '/' . $link;