load routes from chill routes loaders

add routes to config by prepending configuration
refs #273
This commit is contained in:
2015-01-22 17:38:09 +01:00
parent 28e8c22600
commit 57e4bc924c
3 changed files with 24 additions and 55 deletions

View File

@@ -3,10 +3,6 @@ services:
# class: Chill\ReportBundle\Example
# arguments: [@service_id, "plain_value", %parameter%]
services:
chill.report.routing_loader:
class: Chill\ReportBundle\Routing\RoutesLoader
tags:
- { name: routing.loader }
chill.report.search:
class: Chill\ReportBundle\Search\ReportSearch