Seite läuft wieder, menü bringt keine fehler mehr

This commit is contained in:
Codex Agent
2025-10-07 11:52:03 +02:00
parent 5ee510b05d
commit dd5545605c
33 changed files with 1902 additions and 1361 deletions

View File

@@ -27,7 +27,7 @@ class CheckoutController extends Controller
/**
* Render the checkout wizard using the legacy marketing controller for now.
*/
public function show(Request $request, Package $package): JsonResponse
public function show(Request $request, Package $package): Response
{
$marketingController = app(MarketingController::class);