mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
- allow to delete some entities instead of moving them ; - trigger event on move / delete entities in order to customize sql statements
5 lines
226 B
YAML
5 lines
226 B
YAML
services:
|
|
Chill\PersonBundle\Actions\Remove\PersonMove:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface' |