You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #10045 Replace more occurrences of Controller by AbstractController (javiereguiluz)
This PR was merged into the 4.1 branch.
Discussion
----------
Replace more occurrences of Controller by AbstractController
This continues #10030.
I also propose to replace some `ControllerTrait::` by `AbstractController::`. Let's not be pedantic about this. The helper methods are technically defined in the trait, but most people use them via the Abstract base controller. People advanced enough to not use `AbstractController` know perfectly how to use this trait.
Commits
-------
80c3c29 Replace more occurrences of Controller by AbstractController
0 commit comments