This commit is contained in:
paoloar77
2024-07-11 16:24:21 +02:00
parent 44de8a64d2
commit 911c3e0853
2 changed files with 16 additions and 1 deletions

View File

@@ -1744,3 +1744,14 @@ function getClienteByIdCodClienteInternet($codClienteInternet)
return $clienteinGM;
}
function getClienti() {
try {
$clienti = Clientegm::all();
dd($clienti);
} catch (\Exception $e) {
return null;
}
}