This commit is contained in:
snipe
2025-12-13 13:44:23 +00:00
parent 9586c50cb5
commit f286558065

View File

@@ -206,6 +206,6 @@ class ComponentPresenter extends Presenter
*/
public function viewUrl()
{
return route('accessories.show', $this->id);
return route('components.show', $this->id);
}
}