Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace $request->request by $request->getPayload() #1454

Closed
seb-jean opened this issue Feb 17, 2024 · 1 comment · Fixed by #1473
Closed

Replace $request->request by $request->getPayload() #1454

seb-jean opened this issue Feb 17, 2024 · 1 comment · Fixed by #1473
Labels
Feature New Feature

Comments

@seb-jean
Copy link
Contributor

It would be interesting to replace $request->request with $request->getPayload(). The impacted files are:

You can refer to the blog article: https://symfony.com/blog/new-in-symfony-6-3-request-payload

What do you think ?

@jrushlow jrushlow added the Feature New Feature label Feb 27, 2024
@jrushlow
Copy link
Collaborator

at first glance, I'm not opposed to the change. But I also do not know enough about the new getPayload() method to say ya! 100% lets do it. A PR is welcome none the less...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants