From 9ffc1fbdf05c4aae613277a303496a0f06a28db5 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 18 Dec 2022 19:58:24 +0100 Subject: [PATCH] Fix not defined bundle class in Aziz403/ux-zoom bundle (#1467) * Fix not defined bundle class in Aziz403/ux-zoom bundle * Use UxZoomBundle --- aziz403/ux-zoom/1.0/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aziz403/ux-zoom/1.0/manifest.json b/aziz403/ux-zoom/1.0/manifest.json index 8626205d..2bdc70be 100644 --- a/aziz403/ux-zoom/1.0/manifest.json +++ b/aziz403/ux-zoom/1.0/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "Aziz403\\UX\\Zoom\\UxZoomBundle": ["all"] + }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" },