Julien Fastré 57e4bc924c load routes from chill routes loaders
add routes to config by prepending configuration
refs #273
2015-01-22 17:38:43 +01:00

14 lines
443 B
YAML

services:
# chill_report.example:
# class: Chill\ReportBundle\Example
# arguments: [@service_id, "plain_value", %parameter%]
services:
chill.report.search:
class: Chill\ReportBundle\Search\ReportSearch
arguments:
- '@doctrine.orm.entity_manager'
calls:
- [setContainer, ["@service_container"]]
tags:
- { name: chill.search, alias: 'report' }