mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 00:25:19 +02:00
[feature/system-cron] Added missing implements declaration to cron task base.
PHPBB3-9596
This commit is contained in:
parent
8f567a21a3
commit
e151741fb6
@ -27,7 +27,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
abstract class cron_task_base
|
||||
abstract class cron_task_base implements cron_task
|
||||
{
|
||||
/**
|
||||
* Runs this cron task.
|
||||
|
Loading…
x
Reference in New Issue
Block a user