Skip to content

Commit 41119ac

Browse files
committed
add PimcoreSimpleBackendSearchBundle as dependant bundle in installer
1 parent 05d1d14 commit 41119ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DataDefinitionsBundle/DependencyInjection/DataDefinitionsExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
use Instride\Bundle\DataDefinitionsBundle\Runner\ExportRunnerInterface;
4141
use Instride\Bundle\DataDefinitionsBundle\Runner\RunnerInterface;
4242
use Instride\Bundle\DataDefinitionsBundle\Setter\SetterInterface;
43+
use Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle;
4344
use Pimcore\Config\LocationAwareConfigRepository;
4445
use Symfony\Component\Config\FileLocator;
4546
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -84,6 +85,7 @@ public function load(array $configs, ContainerBuilder $container)
8485
$loader->load('process_manager.yml');
8586
}
8687

88+
$this->registerDependantBundles('coreshop', [PimcoreSimpleBackendSearchBundle::class], $container);
8789
$this->registerPimcoreResources('data_definitions', $config['pimcore_admin'], $container);
8890

8991
$container

0 commit comments

Comments
 (0)