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