Skip to content

Commit

Permalink
[ibexa/product-catalog-symbol-attribute] Fixed the bundle entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Oct 24, 2024
1 parent 3460a12 commit 4159cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibexa/product-catalog-symbol-attribute/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\ProductCatalogSymbolAttribute\\IbexaProductCatalogSymbolAttributeBundle::class": ["all"]
"Ibexa\\Bundle\\ProductCatalogSymbolAttribute\\IbexaProductCatalogSymbolAttributeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down
2 changes: 1 addition & 1 deletion ibexa/product-catalog-symbol-attribute/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\ProductCatalogSymbolAttribute\\IbexaProductCatalogSymbolAttributeBundle::class": ["all"]
"Ibexa\\Bundle\\ProductCatalogSymbolAttribute\\IbexaProductCatalogSymbolAttributeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down

0 comments on commit 4159cdd

Please sign in to comment.