diff --git a/en/views/helpers/form.rst b/en/views/helpers/form.rst index 117ccf8188..f04d057957 100644 --- a/en/views/helpers/form.rst +++ b/en/views/helpers/form.rst @@ -2023,7 +2023,7 @@ Closing the Form The ``end()`` method closes and completes a form. Often, ``end()`` will only output a closing form tag, but using ``end()`` is a good practice as it enables FormHelper to insert the hidden form elements that -:php:class:`Cake\\Controller\\Component\\FormProtection` requires: +:php:class:`Cake\\Controller\\Component\\FormProtectionComponent` requires: .. code-block:: php