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