Skip to content

Commit

Permalink
[ja] fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
okinaka committed Jan 4, 2020
1 parent 30f201b commit 9fb3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/appendices/4-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Component
* ``Cake\Controller\Component\RequestHandlerComponent`` は、リクエストパラメーターではなくリクエスト属性として、
``isAjax`` を設定するようになりました。したがって、 ``$request->getParam('isAjax')`` の代わりに
``$request->getAttribute('isAjax')`` を使用する必要があります。
* ``RequestHandlerComponent`` の入力データー解析機能は削除され、非推奨の警告を発します。
* ``RequestHandlerComponent`` の入力データ解析機能は削除され、非推奨の警告を発します。
代わりに、 :ref:`body-parser-middleware` を使用する必要があります。
* ``Cake\Controller\Component\PagingComponent`` は、リクエストパラメーターではなくリクエスト属性として、
ページングパラメーター情報を設定するようになりました。したがって、 ``$request->getParam('paging')`` の代わりに、
Expand Down

0 comments on commit 9fb3aaf

Please sign in to comment.