From 2b13aa1a9c391c6707e31f241b5c8d25690493a4 Mon Sep 17 00:00:00 2001 From: Alex Zamponi <562324+alexz707@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:29:10 +0100 Subject: [PATCH] use attributes in config --- src/Resources/config/pimcore/routing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/config/pimcore/routing.yaml b/src/Resources/config/pimcore/routing.yaml index 809b23c3f..65ecc7779 100644 --- a/src/Resources/config/pimcore/routing.yaml +++ b/src/Resources/config/pimcore/routing.yaml @@ -1,6 +1,6 @@ _pimcore_ecommerce_backend: resource: "@PimcoreEcommerceFrameworkBundle/Controller/" - type: annotation + type: attribute prefix: /admin/ecommerceframework options: expose: true