[ new CapabilityProfilesStep(), new CategoriesStep(), ], default => [ // STANDARD new CapabilityProfilesStep(), new CategoriesStep(), new MenusStep(), new SettingsStep(), ], }; } public function version(string $recipe = 'STANDARD'): int { return match ($recipe) { 'LITE' => 1, default => 1, }; } }