Remove unused serialUrl method from LicensePresenter

This commit is contained in:
Marcus Moore
2026-03-10 11:31:07 -07:00
parent 6b9dc97fa1
commit c8c2bb6709

View File

@@ -339,15 +339,6 @@ class LicensePresenter extends Presenter
return $this->name;
}
/**
* Link to this licenses serial
* @return string
*/
public function serialUrl()
{
return (string) link_to('/licenses/'.$this->id, mb_strimwidth($this->serial, 0, 50, '...'));
}
/**
* Url to view this item.
* @return string