Skip to content
Prev Previous commit
Next Next commit
Update form_collections.rst
i fix an indent error. I hope it was the last one !
  • Loading branch information
francebenoit authored Nov 15, 2018
commit b109436bfe990f846694784e9a55a4349fc5b7dd
2 changes: 1 addition & 1 deletion form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
You can optionnally reduce the code in your controller and make it reusable to handle other embedded form.
First create a helper :

// App\Helper
// App\Helper
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\ORM\EntityManagerInterface;

Expand Down