Skip to content

Commit

Permalink
Remove useless call to empty parent method
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 7, 2021
1 parent 7edc3c1 commit 596d228
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SonataSeoBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ final class SonataSeoBundle extends Bundle
{
public function build(ContainerBuilder $container): void
{
parent::build($container);

$container->addCompilerPass(new BreadcrumbBlockServicesCompilerPass());
$container->addCompilerPass(new ServiceCompilerPass());
}
Expand Down

0 comments on commit 596d228

Please sign in to comment.