We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c89f2 commit e4341d4Copy full SHA for e4341d4
.github/ci/files/config/bundles.php
@@ -1,6 +1,6 @@
1
<?php
2
3
return [
4
- 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle' => ['all' => true],
5
- 'Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle' => ['all' => true],
+ OutputDataConfigToolkitBundle\OutputDataConfigToolkitBundle::class => ['all' => true],
+ Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle => ['all' => true],
6
];
0 commit comments