mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
14 lines
377 B
YAML
14 lines
377 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\PersonBundle\Actions\Remove\PersonMove: ~
|
|
|
|
Chill\PersonBundle\Actions\Remove\PersonMoveManager:
|
|
arguments:
|
|
$handlers: !tagged_iterator chill_person.person_move_handler
|
|
|
|
Chill\PersonBundle\Actions\Remove\Handler\:
|
|
resource: '../../Actions/Remove/Handler'
|