mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Fixed #18344
This commit is contained in:
@@ -206,6 +206,6 @@ class ComponentPresenter extends Presenter
|
||||
*/
|
||||
public function viewUrl()
|
||||
{
|
||||
return route('accessories.show', $this->id);
|
||||
return route('components.show', $this->id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user