Skip to content

Commit

Permalink
added bypassing of loaders and resolvers configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maximgubar committed Jul 9, 2018
1 parent 82aeb77 commit 9057239
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DependencyInjection/LiipImagineExtension.php
Expand Up @@ -69,6 +69,9 @@ public function load(array $configs, ContainerBuilder $container)
$configs
);

$container->setParameter('liip_imagine.resolvers', $config['resolvers']);
$container->setParameter('liip_imagine.loaders', $config['loaders']);

$this->loadResolvers($config['resolvers'], $container);
$this->loadLoaders($config['loaders'], $container);

Expand Down

0 comments on commit 9057239

Please sign in to comment.