aa
This commit is contained in:
@@ -2178,8 +2178,8 @@ Route::get('/testcli', function () {
|
|||||||
$cliente->IdNazione = 227; // ITALIA
|
$cliente->IdNazione = 227; // ITALIA
|
||||||
$cliente->IdInternet = 68499;
|
$cliente->IdInternet = 68499;
|
||||||
try {
|
try {
|
||||||
dd($cliente);
|
|
||||||
$cliente->save();
|
$cliente->save();
|
||||||
|
dd($cliente);
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
dd($th);
|
dd($th);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user