Skip to content

Commit 2545830

Browse files
authored
Update 6-0-migration-guide.rst
Refs cakephp/cakephp#18347
1 parent 0f62c42 commit 2545830

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

en/appendices/6-0-migration-guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Datasource
2727
- ``Datasource/Paging/PaginatedInterface`` now extends ``IteratorAggregate``
2828
instead of ``Traversable``.
2929

30+
Http
31+
----
32+
33+
- Using `$request->getParam('?')` to get the query params is no longer possible.
34+
Use `$request->getQueryParams()` instead.
35+
3036
ORM
3137
---
3238

0 commit comments

Comments
 (0)