Skip to content

Commit 299f1cc

Browse files
committed
[FrameworkBundle][SecurityBundle] Remove no-longer necessary Bundle::registerCommands override
1 parent 39156eb commit 299f1cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

FrameworkBundle.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerRealRefPass;
2828
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass;
2929
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\WorkflowGuardListenerPass;
30-
use Symfony\Component\Console\Application;
3130
use Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass;
3231
use Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass;
3332
use Symfony\Component\HttpKernel\DependencyInjection\LoggerPass;
@@ -137,9 +136,4 @@ private function addCompilerPassIfExists(ContainerBuilder $container, $class, $t
137136
$container->addCompilerPass(new $class(), $type, $priority);
138137
}
139138
}
140-
141-
public function registerCommands(Application $application)
142-
{
143-
// noop
144-
}
145139
}

0 commit comments

Comments
 (0)