Skip to content

Commit

Permalink
Update en/views/helpers/form.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored May 29, 2024
1 parent acc7c7a commit 049f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/views/helpers/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 049f5a8

Please sign in to comment.