aa
This commit is contained in:
@@ -2176,6 +2176,7 @@ Route::get('/testcli', function () {
|
||||
$cliente->Email = 'email@email.com';
|
||||
$cliente->CodClienteGM = '';
|
||||
$cliente->IdNazione = 227; // ITALIA
|
||||
$cliente->IdInternet = 68499;
|
||||
try {
|
||||
$cliente->save();
|
||||
dd($cliente);
|
||||
|
||||
Reference in New Issue
Block a user