From 35b6980b44f611827abd1679924fa87f8b2814a5 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 16:24:23 +0200 Subject: [PATCH] test --- routes/web.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 8ba6212c..38780258 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6125,7 +6125,9 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar } // $log2 .= $article->Titolo . ' - ' . $article->DescrizioneTipologia . ' - ' . $article->DescrizioneFormato . ' - Articolo aggiornato - ' . $variation['permalink'] . "\n"; - $product->save(); + $newproduct = new Newproduct(); + $newproduct->id_article = $article->IdArticolo; + $newproduct->save(); } } } else {