aa
This commit is contained in:
@@ -5884,7 +5884,7 @@ Route::get('/test30/{id}', function ($id) {
|
||||
dd($clienti);
|
||||
});
|
||||
Route::get('/testclientegm/{id}', function ($id) {
|
||||
$cliente = Clientegm::where('IdInternet', $id)->first();
|
||||
$cliente = Clientegm::where('IdInternet', (int) $id)->first();
|
||||
if ($cliente) {
|
||||
echo $cliente->Nominativo . ' ';
|
||||
echo $cliente->IdInternet . ' ';
|
||||
|
||||
Reference in New Issue
Block a user