Skip to content

Commit

Permalink
add PimcoreSimpleBackendSearchBundle as dependant bundle in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jan 24, 2025
1 parent 05d1d14 commit 41119ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
use Instride\Bundle\DataDefinitionsBundle\Runner\ExportRunnerInterface;
use Instride\Bundle\DataDefinitionsBundle\Runner\RunnerInterface;
use Instride\Bundle\DataDefinitionsBundle\Setter\SetterInterface;
use Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle;
use Pimcore\Config\LocationAwareConfigRepository;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down Expand Up @@ -84,6 +85,7 @@ public function load(array $configs, ContainerBuilder $container)
$loader->load('process_manager.yml');
}

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

$container
Expand Down

0 comments on commit 41119ac

Please sign in to comment.