From 797ad2bd179f6a0caa5051ccf06fa327b19a513a Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Mon, 25 Dec 2023 14:36:46 +0100 Subject: [PATCH] use bundle identifier to load routes --- Resources/config/routes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/routes.yaml b/Resources/config/routes.yaml index b62d86d..cbf046f 100644 --- a/Resources/config/routes.yaml +++ b/Resources/config/routes.yaml @@ -1,5 +1,5 @@ controllers: - resource: '../../Controller/' + resource: '@CustomCSSBundle/Controller/' type: attribute prefix: /{_locale} requirements: