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