From b127621b0b0ec51bec1b3c2b7c383c47692a9475 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 26 Jul 2024 17:27:58 +0200 Subject: [PATCH] aa --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 571faf35..b0803007 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2178,7 +2178,7 @@ Route::get('/testcli', function () { $cliente->CodClienteGM = ''; $cliente->IdNazione = 227; // ITALIA try { - // $cliente->save(); + $cliente->save(); dd($cliente); } catch (\Throwable $th) { dd($th);