mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +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
|
* @package phpBB3
|
||||||
*/
|
*/
|
||||||
abstract class cron_task_base
|
abstract class cron_task_base implements cron_task
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Runs this cron task.
|
* Runs this cron task.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user