Skip to content

Commit

Permalink
KernelPass: Remove duplicated line after 6b1dafa
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Nov 9, 2017
1 parent ba3bb27 commit a5df060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DependencyInjection/Compiler/KernelPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public function process(ContainerBuilder $container)
return true;
}));
$container->getDefinition('cache_clearer')->setArguments($arguments);

$container->getDefinition('cache_clearer')->setArguments($arguments);

if ($container->getAlias('ezpublish.http_cache.purge_client') == 'ezpublish.http_cache.purge_client.fos') {
$container->setAlias('ezplatform.http_cache.purge_client', 'ezplatform.http_cache.purge_client.fos');
}
Expand Down

0 comments on commit a5df060

Please sign in to comment.