aa
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user