diff --git a/routes/web.php b/routes/web.php index 8fea3de0..841fce3c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -5898,7 +5898,7 @@ Route::get('/testclientegm/{id}', function ($id) { } } - echo "Cliente:" + echo "Cliente:"; json_encode($cliente); });