diff options
| author | David King <imkingdavid@gmail.com> | 2012-11-13 09:28:56 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-11-16 16:45:29 -0500 |
| commit | 4b6d538b062a56f55ba221ac8437b4bfc712a475 (patch) | |
| tree | 7f3e5a6a124d7d0a3eca6a604f14bd522fe5cb5a /phpBB/includes | |
| parent | 7687f069611b35f81c6d0fc87e46b9bb0821d616 (diff) | |
| download | forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar.gz forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar.bz2 forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar.xz forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.zip | |
[feature/controller] Rename kernel pass class properly
PHPBB3-10864
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/di/pass/kernel_pass.php (renamed from phpBB/includes/di/pass/kernel.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/di/pass/kernel.php b/phpBB/includes/di/pass/kernel_pass.php index 7b190a6236..d186ff2767 100644 --- a/phpBB/includes/di/pass/kernel.php +++ b/phpBB/includes/di/pass/kernel_pass.php @@ -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 |
