Skip to content

Commit e1c8732

Browse files
committed
Remove additional lines
1 parent e1b23b2 commit e1c8732

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

BundleDependency.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ protected function registerBundleDependencies(ContainerBuilder $container)
4444
return;
4545
}
4646

47-
if ($container->hasParameter('kernel.bundles')) {
48-
$this->bundles = $container->getParameter('kernel.bundles');
49-
}
47+
$this->bundles = $container->getParameter('kernel.bundles');
5048

5149
if ($this->createBundles($this->getBundleDependencies())) {
5250
$container->setParameter('kernel.bundles', $this->bundles);

0 commit comments

Comments
 (0)