© 2026 Hedgehog Software, LLC
public function getTableRecordKey(Model $record): string { return $record->user_id; }
public static function getRecordRouteKeyName(): string { return 'user_id'; }