2017-03-29 09:24:59 -07:00
|
|
|
# Learn more about services, parameters and containers at
|
|
|
|
# http://symfony.com/doc/current/service_container.html
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
services:
|
2017-03-29 15:18:01 -07:00
|
|
|
colored_line_formatter:
|
|
|
|
class: Bramus\Monolog\Formatter\ColoredLineFormatter
|
|
|
|
tags:
|
|
|
|
- { name: 'monolog.logger' }
|
2017-04-09 18:08:01 -07:00
|
|
|
|
|
|
|
doughnutwedding.form.registration:
|
|
|
|
class: Sikofitt\DoughnutWeddingBundle\Form\RegistrationType
|
|
|
|
tags:
|
|
|
|
- { name: form.type, alias: app_user_registration }
|