diff --git a/routes/web.php b/routes/web.php index 33c0dbee..d339e555 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2178,8 +2178,8 @@ Route::get('/testcli', function () { $cliente->IdNazione = 227; // ITALIA $cliente->IdInternet = 68499; try { - dd($cliente); $cliente->save(); + dd($cliente); } catch (\Throwable $th) { dd($th); }