Skip to content

Commit 2f5668f

Browse files
authored
Merge pull request #1490 from symfony/fabpot-patch-1
Fix AiBundle namespace in manifest.json
2 parents 6d9092b + ec48d40 commit 2f5668f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/ai-bundle/0.1/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bundles": {
3-
"Symfony\\AI\\AiBundle": ["all"]
3+
"Symfony\\AI\\AiBundle\\AiBundle": ["all"]
44
},
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/"

0 commit comments

Comments
 (0)