From 59f114f16701b4c94d0cd6a5d905d7ae13e2750d Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 12 Aug 2024 11:12:44 +0200 Subject: [PATCH] aa --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 2eb60fe3..e9d1f689 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2534,7 +2534,7 @@ Route::get('/riprendiordine', function () { ]; // mostra in log $line_items - dd($line_items); + // dd($line_items); $prodotti = $line_items; foreach ($prodotti as $prodotto) {