We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
registerCommands
1 parent 8f17953 commit 7918d36Copy full SHA for 7918d36
src/FOSHttpCacheBundle.php
@@ -15,7 +15,6 @@
15
use FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass;
16
use FOS\HttpCacheBundle\DependencyInjection\Compiler\SessionListenerRemovePass;
17
use FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass;
18
-use Symfony\Component\Console\Application;
19
use Symfony\Component\DependencyInjection\ContainerBuilder;
20
use Symfony\Component\HttpKernel\Bundle\Bundle;
21
use Symfony\Component\HttpKernel\Kernel;
@@ -36,9 +35,4 @@ public function build(ContainerBuilder $container)
36
35
$container->addCompilerPass(new SessionListenerRemovePass());
37
}
38
39
-
40
- public function registerCommands(Application $application)
41
- {
42
- // do nothing, commands are registered as services
43
- }
44
0 commit comments