14 lines
465 B
YAML
14 lines
465 B
YAML
# Learn more about services, parameters and containers at
|
|
# http://symfony.com/doc/current/service_container.html
|
|
parameters:
|
|
|
|
services:
|
|
colored_line_formatter:
|
|
class: Bramus\Monolog\Formatter\ColoredLineFormatter
|
|
tags:
|
|
- { name: 'monolog.logger' }
|
|
|
|
doughnutwedding.form.registration:
|
|
class: Sikofitt\DoughnutWeddingBundle\Form\RegistrationType
|
|
tags:
|
|
- { name: form.type, alias: app_user_registration } |