Laravel - Routing
Identify the error in this route definition:
Route::get('/order/{id}', function) { return $id; });Route::get('/order/{id}', function) { return $id; });15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions