diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 2889b90f55..e97a0c85fb 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -17,6 +17,12 @@ View Deprecations ============ +Http +---- + +- Using `$request->getParam('?')` to get the query params is deprecated. + Use `$request->getQueryParams()` instead. + ORM ---