Adding routing for Report

This commit is contained in:
Marc Ducobu
2014-11-07 17:33:01 +01:00
parent cfa5dfcf5f
commit acac358503
2 changed files with 56 additions and 0 deletions

View File

@@ -2,3 +2,8 @@ services:
# chill_report.example:
# class: Chill\ReportBundle\Example
# arguments: [@service_id, "plain_value", %parameter%]
services:
chill.report.routing_loader:
class: Chill\ReportBundle\Routing\RoutesLoader
tags:
- { name: routing.loader }