Julien Fastré 48b1bec7ea Improve form behaviour to allow removing of document:
* add button to remove document ;
* fix error when document is removed ;
2020-06-15 15:18:19 +02:00

7 lines
181 B
YAML

services:
Chill\DocStoreBundle\Form\StoredObjectType:
arguments:
$em: '@Doctrine\ORM\EntityManagerInterface'
tags:
- { name: form.type }