aa
This commit is contained in:
@@ -5884,6 +5884,10 @@ Route::get('/test30/{id}', function ($id) {
|
|||||||
*/
|
*/
|
||||||
dd($clienti);
|
dd($clienti);
|
||||||
});
|
});
|
||||||
|
Route::get('/testclientegm/{id}', function ($id) {
|
||||||
|
$clienti = Clientegm::where('IdInternet', $id)->first();
|
||||||
|
dd($clienti);
|
||||||
|
});
|
||||||
|
|
||||||
Route::get('/test31', function () {
|
Route::get('/test31', function () {
|
||||||
$ora_update = Carbon::now();
|
$ora_update = Carbon::now();
|
||||||
|
|||||||
Reference in New Issue
Block a user