Commit 63d7d8f
authored
The reason for this change is because of a deprecation:
`Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.`
https://symfony.com/blog/new-in-symfony-7-4-request-class-improvements#deprecated-the-get-method
1 parent c5e465a commit 63d7d8f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments