mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[feature/system-cron] Added missing implements declaration to cron task base.
PHPBB3-9596
This commit is contained in:
parent
8f567a21a3
commit
e151741fb6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue