From 3ac8f25ab997b2e7c3370ec337a2b5cb8325b03f Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 26 Jul 2024 17:33:35 +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 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); }