From 5943ef969ec439d14e7d3fbfbbbc8cfd4f54f68f Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 17 May 2024 19:13:30 +0200 Subject: [PATCH] tt --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index eb258756..25ad9377 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); $metadata = WpPostMeta::where('post_id', $postid)->get();