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
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
minor #793 Add a Request use statements to the controller (weaverryan)
This PR was merged into the 2.3 branch.
Discussion
----------
Add a Request use statements to the controller
Hiya guys!
Beginners build off of this controller, including copying it to create second/third controllers. Since needing the `$request` object is so common, and getting it involves type-hinting the Request argument, I think this helps.
Thanks!
Commits
-------
8b84461 It's common to need the request, which you get from type-hinting. Adding the use helps to remove a step for users in the future
0 commit comments