8000 Update create_custom_field_type.rst · symfony/symfony-docs@9f4d426 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f4d426

Browse files
authored
Update create_custom_field_type.rst
1 parent 9008929 commit 9f4d426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Great! The ``ShippingType`` is now fueled by the configuration parameters and
407407
registered as a service. Additionally, because you used the ``form.type`` tag in its
408408
configuration, using the field is now much easier::
409409

410-
// src/AppBundle/Form/Type/AuthorType.php
410+
// src/AppBundle/Form/Type/OrderType.php
411411
namespace AppBundle\Form\Type;
412412

413413
use Symfony\Component\Form\FormBuilderInterface;

0 commit comments

Comments
 (0)
0