Skip to content

Commit 082989b

Browse files
authored
Update 5-3-migration-guide.rst
Refs #cakephp/cakephp18349
1 parent ed7860d commit 082989b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

en/appendices/5-3-migration-guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ View
1717
Deprecations
1818
============
1919

20+
Http
21+
----
22+
23+
- Using `$request->getParam('?')` to get the query params is deprecated.
24+
Use `$request->getQueryParams()` instead.
25+
2026
ORM
2127
---
2228

0 commit comments

Comments
 (0)