public static function getPages(): array
{
return [
'index' => Pages\CreateInspection::route('/'),
'view' => Pages\ViewInspection::route('/{record}'),
'edit' => Pages\EditInspection::route('/{record}/edit'),
];
}
public static function getPages(): array
{
return [
'index' => Pages\CreateInspection::route('/'),
'view' => Pages\ViewInspection::route('/{record}'),
'edit' => Pages\EditInspection::route('/{record}/edit'),
];
}