mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
8 lines
112 B
PHP
8 lines
112 B
PHP
<?php
|
|
|
|
class phpbb_cron_task_testmod_simple_ready extends phpbb_cron_task_base
|
|
{
|
|
public function run()
|
|
{
|
|
}
|
|
}
|