mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
services:
|
||||
Chill\PersonBundle\Actions\Remove\PersonMove:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Chill\PersonBundle\Actions\Remove\PersonMove: ~
|
||||
|
||||
Chill\PersonBundle\Actions\Remove\PersonMoveManager:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
$eventDispatcher: '@Symfony\Contracts\EventDispatcher\EventDispatcherInterface'
|
||||
$handlers: !tagged_iterator chill_person.person_move_handler
|
||||
|
||||
Chill\PersonBundle\Actions\Remove\Handler\:
|
||||
resource: '../../Actions/Remove/Handler'
|
||||
|
Reference in New Issue
Block a user