From ec1c5875560766c563e13109f74ec65f3d8ec5b1 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 13:32:43 +0200 Subject: [PATCH] test --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 045264fe..513983e8 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6061,7 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $product = Product::where('sku', $idarticolo)->first(); if ($product) { - dd($product); + // dd($product); $preorder = true;