Skip to content

Conversation

@Filoz
Copy link

@Filoz Filoz commented Aug 17, 2023

Change from
$request->query->get
to
$request->query->all

because of Symfony 6 ( symfony/symfony#41766 (comment) ).

This change prevent this error: "Input value "..." contains a non-scalar value."

Filoz added 2 commits August 17, 2023 10:16
Change from
$request->query->get
to
$request->query->all

because of Symfony 6 ( symfony/symfony#41766 (comment) ).
This change prevent this error: "Input value "horse_filter" contains a non-scalar value."
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.

1 participant