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

[9.x] Fix fetching array parameters from the InputBag on Symfony 6 #40609

Merged

Conversation

X-Coder264
Copy link
Contributor

Due to the following deprecation https://github.com/symfony/symfony/blob/v5.4.2/src/Symfony/Component/HttpFoundation/InputBag.php#L39 (which was added via symfony/symfony#34363) which became an exception on Symfony 6, fetching array params from the request now fails on Laravel 9. This PR fixes that.

@taylorotwell taylorotwell merged commit 69e915f into laravel:9.x Jan 25, 2022
@X-Coder264 X-Coder264 deleted the fix-fetching-array-params-from-request branch January 25, 2022 14:30
rizqyhi added a commit to dicoding-dev/L42x that referenced this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants