company_id = $company_id; $billing_subscription->user_id = $user_id; $billing_subscription->steps = collect(Purchase::defaultSteps()) ->map(fn($step) => StepService::mapClassNameToString($step)) ->implode(','); return $billing_subscription; } }