Skip to content

Commit e4341d4

Browse files
authored
Update bundles.php
1 parent 80c89f2 commit e4341d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
return [
4-
'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle' => ['all' => true],
5-
'Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle' => ['all' => true],
4+
OutputDataConfigToolkitBundle\OutputDataConfigToolkitBundle::class => ['all' => true],
5+
Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle => ['all' => true],
66
];

0 commit comments

Comments
 (0)