This commit is contained in:
paoloar77
2024-07-26 17:27:58 +02:00
parent f856f4b1a4
commit b127621b0b

View File

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