aa
This commit is contained in:
@@ -1744,3 +1744,14 @@ function getClienteByIdCodClienteInternet($codClienteInternet)
|
||||
|
||||
return $clienteinGM;
|
||||
}
|
||||
|
||||
function getClienti() {
|
||||
try {
|
||||
$clienti = Clientegm::all();
|
||||
|
||||
dd($clienti);
|
||||
|
||||
} catch (\Exception $e) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user