Skip to content

Commit ea6bd3f

Browse files
committed
Remove a vestigal reference to RequestHandler
Found this after someone contacted me about a potential issue in the docs.
1 parent 7dd2386 commit ea6bd3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

en/controllers/request-response.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,8 @@ with content types that are not built into Response, you can map them with
675675
$this->response = $this->response->withType('vcf');
676676

677677
Usually, you'll want to map additional content types in your controller's
678-
:php:meth:`~Controller::beforeFilter()` callback, so you can leverage the
679-
automatic view switching features of :php:class:`RequestHandlerComponent` if you
680-
are using it.
678+
:php:meth:`~Controller::beforeFilter()` callback, so you can benefit from
679+
automatic view switching provided by :ref:`controller-viewclasses`.
681680

682681
.. _cake-response-file:
683682

0 commit comments

Comments
 (0)