diff options
Diffstat (limited to 'phpBB/phpbb/cron/task/base.php')
| -rw-r--r-- | phpBB/phpbb/cron/task/base.php | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/phpBB/phpbb/cron/task/base.php b/phpBB/phpbb/cron/task/base.php index 94a2f267b4..f30c9daf1b 100644 --- a/phpBB/phpbb/cron/task/base.php +++ b/phpBB/phpbb/cron/task/base.php @@ -7,6 +7,8 @@  *  */ +namespace phpbb\cron\task; +  /**  * @ignore  */ @@ -26,7 +28,7 @@ if (!defined('IN_PHPBB'))  *  * @package phpBB3  */ -abstract class phpbb_cron_task_base implements phpbb_cron_task +abstract class base implements \phpbb\cron\task\task  {  	private $name; | 
