diff --git a/src/Bundle/ChillPersonBundle/config/services.yaml b/src/Bundle/ChillPersonBundle/config/services.yaml index 4466534a7..0383bdf41 100644 --- a/src/Bundle/ChillPersonBundle/config/services.yaml +++ b/src/Bundle/ChillPersonBundle/config/services.yaml @@ -66,6 +66,6 @@ services: Chill\PersonBundle\Templating\Entity\: autowire: true autoconfigure: true - resource: '../../Templating/Entity' + resource: '../Templating/Entity' tags: - 'chill.render_entity'