Julien Fastré 1d1bafe3d9 improve command move
- allow to delete some entities instead of moving them ;
- trigger event on move / delete entities in order to customize sql
statements
2019-08-28 13:39:35 +02:00

5 lines
226 B
YAML

services:
Chill\PersonBundle\Actions\Remove\PersonMove:
arguments:
$em: '@Doctrine\ORM\EntityManagerInterface'
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'