From 7a33c37b513e374c4dd226f482df64d1dc350da0 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 31 May 2021 22:00:25 +0200 Subject: [PATCH] Fix path. --- src/Bundle/ChillPersonBundle/config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'