diff --git a/Resources/doc/polycollection.md b/Resources/doc/polycollection.md index f4fb244..7b1b213 100644 --- a/Resources/doc/polycollection.md +++ b/Resources/doc/polycollection.md @@ -143,7 +143,7 @@ class InvoiceType extends AbstractType InvoiceProductLineType::class => array( // Here you can optionally define options for the InvoiceProductLineType ) - ) + ), 'allow_add' => true, 'allow_delete' => true, ));