© 2026 Hedgehog Software, LLC
protected function getTableRecordUrlUsing(): ?Closure { return function (Model $record): string { return ShopCategoryResource::getUrl('edit', ['record' => $record]); }; }