Skip to content

Commit 7918d36

Browse files
committed
Remove unused registerCommands method
1 parent 8f17953 commit 7918d36

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
@@ -15,7 +15,6 @@
1515
use FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass;
1616
use FOS\HttpCacheBundle\DependencyInjection\Compiler\SessionListenerRemovePass;
1717
use FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass;
18-
use Symfony\Component\Console\Application;
1918
use Symfony\Component\DependencyInjection\ContainerBuilder;
2019
use Symfony\Component\HttpKernel\Bundle\Bundle;
2120
use Symfony\Component\HttpKernel\Kernel;
@@ -36,9 +35,4 @@ public function build(ContainerBuilder $container)
3635
$container->addCompilerPass(new SessionListenerRemovePass());
3736
}
3837
}
39-
40-
public function registerCommands(Application $application)
41-
{
42-
// do nothing, commands are registered as services
43-
}
4438
}

0 commit comments

Comments
 (0)