add routing information to person bundl

This commit is contained in:
2014-11-07 11:47:45 +01:00
parent f1ac36510a
commit 9e65354cfc
5 changed files with 58 additions and 44 deletions

View File

@@ -2,6 +2,7 @@ parameters:
# cl_chill_person.example.class: Chill\PersonBundle\Example
services:
# cl_chill_person.example:
# class: %cl_chill_person.example.class%
# arguments: [@service_id, "plain_value", %parameter%]
chill.person.routing_loader:
class: Chill\PersonBundle\Routing\RoutesLoader
tags:
- { name: routing.loader }