aa
This commit is contained in:
@@ -2166,7 +2166,6 @@ Route::get('/testcli', function () {
|
||||
$maxCodClienteInternet = Clientegm::max('CodClienteInternet');
|
||||
$CodClienteInternet = $maxCodClienteInternet + 1;
|
||||
$cliente->CodClienteInternet = $CodClienteInternet;
|
||||
dd($CodClienteInternet);
|
||||
}
|
||||
$cliente->Nominativo = 'Prova Prova2';
|
||||
$cliente->Indirizzo = 'via prova 1';
|
||||
@@ -2182,7 +2181,6 @@ Route::get('/testcli', function () {
|
||||
dd($cliente);
|
||||
} catch (\Throwable $th) {
|
||||
dd($th);
|
||||
dd($cliente);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user