Commit ff6bdb1
authored
Refactor emailTo request handling
Fixes deprecated the get() Method according to what´s new since Symfony 7.4 - Request Class Improvements
This fixes the deprecated method and warning log entries like ``WARNING: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.``1 parent 85abe74 commit ff6bdb1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments