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.
2 parents 7394591 + 7918d36 commit ab38a78Copy full SHA for ab38a78
src/FOSHttpCacheBundle.php
@@ -16,7 +16,6 @@
16
use FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass;
17
use FOS\HttpCacheBundle\DependencyInjection\Compiler\SessionListenerRemovePass;
18
use FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass;
19
-use Symfony\Component\Console\Application;
20
use Symfony\Component\DependencyInjection\ContainerBuilder;
21
use Symfony\Component\HttpKernel\Bundle\Bundle;
22
use Symfony\Component\HttpKernel\Kernel;
@@ -44,9 +43,4 @@ public function build(ContainerBuilder $container)
44
43
->addTag('fos_http_cache.user_context_provider');
45
}
46
47
-
48
- public function registerCommands(Application $application)
49
- {
50
- // do nothing, commands are registered as services
51
- }
52
0 commit comments