Skip to content

Commit

Permalink
Removed ComplexSettingsPass
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Apr 1, 2020
1 parent a201403 commit 5eba974
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 147 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions eZ/Bundle/EzPublishCoreBundle/EzPublishCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
namespace eZ\Bundle\EzPublishCoreBundle;

use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\BinaryContentDownloadPass;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\ComplexSettingsPass;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\ConsoleCacheWarmupPass;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\FieldTypeParameterProviderRegistryPass;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\FragmentPass;
Expand Down Expand Up @@ -68,7 +67,6 @@ public function build(ContainerBuilder $container)
$container->addCompilerPass(new FragmentPass());
$container->addCompilerPass(new StorageConnectionPass());
$container->addCompilerPass(new ImaginePass());
$container->addCompilerPass(new ComplexSettingsPass(new ComplexSettingParser()));
$container->addCompilerPass(new URLHandlerPass());
$container->addCompilerPass(new BinaryContentDownloadPass());
$container->addCompilerPass(new ViewProvidersPass());
Expand Down

This file was deleted.

0 comments on commit 5eba974

Please sign in to comment.