mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
9 lines
112 B
PHP
9 lines
112 B
PHP
<?php
|
|
|
|
class phpbb_cron_task_testmod_simple_ready extends phpbb_cron_task_base
|
|
{
|
|
public function run()
|
|
{
|
|
}
|
|
}
|