From e69f9d4b840d5d4df60600aa09d82658e473b052 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 16:38:34 +0200 Subject: [PATCH] test --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 113d4448..b184c0b9 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6125,6 +6125,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{aggiornapreordine}', function ($idar } // $log2 .= $article->Titolo . ' - ' . $article->DescrizioneTipologia . ' - ' . $article->DescrizioneFormato . ' - Articolo aggiornato - ' . $variation['permalink'] . "\n"; + $article->is_pre_order = true; $article->save(); } }