We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f62c42 commit 2545830Copy full SHA for 2545830
en/appendices/6-0-migration-guide.rst
@@ -27,6 +27,12 @@ Datasource
27
- ``Datasource/Paging/PaginatedInterface`` now extends ``IteratorAggregate``
28
instead of ``Traversable``.
29
30
+Http
31
+----
32
+
33
+- Using `$request->getParam('?')` to get the query params is no longer possible.
34
+ Use `$request->getQueryParams()` instead.
35
36
ORM
37
---
38
0 commit comments