mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 18:54:24 +00:00
17 lines
493 B
YAML
17 lines
493 B
YAML
parameters:
|
|
# cl_chill_person.example.class: Chill\PersonBundle\Example
|
|
|
|
services:
|
|
chill.person.routing_loader:
|
|
class: Chill\PersonBundle\Routing\RoutesLoader
|
|
tags:
|
|
- { name: routing.loader }
|
|
|
|
chill.person.accompanying_period_closing_motive:
|
|
class: Chill\PersonBundle\Form\Type\ClosingMotiveType
|
|
scope: request
|
|
arguments:
|
|
- "@request"
|
|
tags:
|
|
- { name: form.type, alias: closing_motive }
|