mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
Instead a separate cron provider supplies the manager with tasks from the extension finder. PHPBB3-10323
9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
|
|
class phpbb_cron_task_core_simple_ready extends phpbb_cron_task_base
|
|
{
|
|
public function run()
|
|
{
|
|
}
|
|
}
|