ListPhotoboothSettings::route('/'), 'edit' => EditPhotoboothSetting::route('/{record}/edit'), ]; } public static function canCreate(?Model $record = null): bool { return false; } public static function canDelete(?Model $record = null): bool { return false; } public static function canDeleteAny(): bool { return false; } }