This commit is contained in:
paoloar77
2024-07-26 17:31:11 +02:00
parent 3690054e94
commit 38933e0e2b
2 changed files with 3 additions and 4 deletions

View File

@@ -2178,8 +2178,8 @@ Route::get('/testcli', function () {
$cliente->IdNazione = 227; // ITALIA
$cliente->IdInternet = 68499;
try {
$cliente->save();
dd($cliente);
$cliente->save();
} catch (\Throwable $th) {
dd($th);
}