Laravel 10 confused me now.
I generated a Resource Controller. It adds a return type Response
Then, as I did always, I return a view().
And I get an error.
Yes I can change return type to View, but am I missing something?
Was it supposed to be this extra manual work every time?