Hello @boukharilina
It means you have a return type defined (as Illuminate\Http\Response
) and you need to change it to Illuminate\View\View
Example:
From: public function index(): \Illuminate\Http\Response
To: public function index(): \Illuminate\View\View
boukharilina liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community