change deprecated get() call to input()#3073
Conversation
|
@tabuna the psalm errors are not related to my change, are they (confused) |
|
@tsurowiec Yes, they are definitely not related to the proposed changes |
|
I’m a bit concerned that the documentation suggests using the |
noted, that's because I am more a Symfony guy, and
|
replace query->get() with input()
|
my bad 🙈 - it should be updated the PR |
Fixes deprecation messages
Proposed Changes
replace deprecated
request()->get()with recommendedrequest()->query->get()