1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/controller] Rename kernel pass class properly

PHPBB3-10864
This commit is contained in:
David King
2012-11-13 09:28:56 -05:00
parent 7687f06961
commit 4b6d538b06
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
class phpbb_di_pass_kernel implements CompilerPassInterface
class phpbb_di_pass_kernel_pass implements CompilerPassInterface
{
/**
* Modify the container before it is passed to the rest of the code