aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/extension/ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/di/extension/ext.php')
-rw-r--r--phpBB/phpbb/di/extension/ext.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/phpBB/phpbb/di/extension/ext.php b/phpBB/phpbb/di/extension/ext.php
index 7d9b433751..4f2f24cb1a 100644
--- a/phpBB/phpbb/di/extension/ext.php
+++ b/phpBB/phpbb/di/extension/ext.php
@@ -7,13 +7,7 @@
*
*/
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
+namespace phpbb\di\extension;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
@@ -23,7 +17,7 @@ use Symfony\Component\Config\FileLocator;
/**
* Container ext extension
*/
-class phpbb_di_extension_ext extends Extension
+class ext extends Extension
{
protected $paths = array();