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

[make:*] use getPayload() instead of accessing request on Request objects #1473

Merged
merged 1 commit into from Mar 6, 2024

Conversation

Fan2Shrek
Copy link
Contributor

@Fan2Shrek Fan2Shrek commented Mar 5, 2024

Fixes #1454

Replace request->request by request->getPayload()

@jrushlow jrushlow changed the title Replace ->request by getPayload() [make:*] use getPayload() instead of accessing request on Request objects Mar 6, 2024
Copy link
Collaborator

@jrushlow jrushlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Fan2Shrek

@jrushlow jrushlow added Feature New Feature Status: Reviewed Has been reviewed by a maintainer labels Mar 6, 2024
@jrushlow jrushlow merged commit 62aaaab into symfony:main Mar 6, 2024
6 checks passed
@jrushlow jrushlow mentioned this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature Status: Reviewed Has been reviewed by a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace $request->request by $request->getPayload()
2 participants