mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[feature/system-cron] make parameterized interface autoloadable
also extract it to a separate file PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
a9e0f9947d
commit
bd58fa49c0
@@ -25,7 +25,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements phpbb_parametrized_cron_task
|
||||
class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements phpbb_cron_task_parametrized
|
||||
{
|
||||
private $forum_data;
|
||||
|
||||
|
Reference in New Issue
Block a user