mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/11700] Move all recent code to namespaces
PHPBB3-11700
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user