Skip to content

Commit ab38a78

Browse files
authored
Merge pull request #463 from XWB/cleanup
Remove unused `registerCommands` method
2 parents 7394591 + 7918d36 commit ab38a78

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/FOSHttpCacheBundle.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass;
1717
use FOS\HttpCacheBundle\DependencyInjection\Compiler\SessionListenerRemovePass;
1818
use FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass;
19-
use Symfony\Component\Console\Application;
2019
use Symfony\Component\DependencyInjection\ContainerBuilder;
2120
use Symfony\Component\HttpKernel\Bundle\Bundle;
2221
use Symfony\Component\HttpKernel\Kernel;
@@ -44,9 +43,4 @@ public function build(ContainerBuilder $container)
4443
->addTag('fos_http_cache.user_context_provider');
4544
}
4645
}
47-
48-
public function registerCommands(Application $application)
49-
{
50-
// do nothing, commands are registered as services
51-
}
5246
}

0 commit comments

Comments
 (0)