Laravel - Controllers
Find the mistake in this route registration:
Assuming HelloController is a single action controller.
Route::get('/hello', [HelloController::class]);Assuming HelloController is a single action controller.
