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);