Skip to content

Commit

Permalink
Merge pull request #264 from tavish/patch-1
Browse files Browse the repository at this point in the history
Update KnpPaginatorBundle.php
  • Loading branch information
Sylvain Chevalier committed Sep 15, 2014
2 parents 27c2a20 + 041ea69 commit 701dffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KnpPaginatorBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class KnpPaginatorBundle extends Bundle
public function build(ContainerBuilder $container)
{
parent::build($container);
$container->addCompilerPass(new PaginatorConfigurationPass());
$container->addCompilerPass(new PaginatorConfigurationPass(), PassConfig::TYPE_BEFORE_REMOVING);
$container->addCompilerPass(new PaginatorAwarePass(), PassConfig::TYPE_BEFORE_REMOVING);
}
}

0 comments on commit 701dffe

Please sign in to comment.