From ec48d4071db44fe8bf777ae68ef1c7b5e3ed43cc Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 25 Nov 2025 12:19:11 +0100 Subject: [PATCH] Fix AiBundle namespace in manifest.json --- symfony/ai-bundle/0.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/ai-bundle/0.1/manifest.json b/symfony/ai-bundle/0.1/manifest.json index 5722bbac..d98c2069 100644 --- a/symfony/ai-bundle/0.1/manifest.json +++ b/symfony/ai-bundle/0.1/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "Symfony\\AI\\AiBundle": ["all"] + "Symfony\\AI\\AiBundle\\AiBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/"