mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11700] Move all recent code to namespaces
PHPBB3-11700
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\cron\task;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
@@ -19,7 +21,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Cron task interface
|
||||
* @package phpBB3
|
||||
*/
|
||||
interface phpbb_cron_task
|
||||
interface task
|
||||
{
|
||||
/**
|
||||
* Returns the name of the task.
|
||||
|
Reference in New Issue
Block a user