aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/extension_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/extension/extension_interface.php')
-rw-r--r--phpBB/phpbb/extension/extension_interface.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/extension/extension_interface.php b/phpBB/phpbb/extension/extension_interface.php
index b922499738..1e5f546dc5 100644
--- a/phpBB/phpbb/extension/extension_interface.php
+++ b/phpBB/phpbb/extension/extension_interface.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb\extension;
+
/**
* @ignore
*/
@@ -21,7 +23,7 @@ if (!defined('IN_PHPBB'))
*
* @package extension
*/
-interface phpbb_extension_extension_interface
+interface extension_interface
{
/**
* enable_step is executed on enabling an extension until it returns false.