1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00
Files
php-phpbb/tests/cron/task2/testmod/simple_ready.php
2011-02-12 22:05:54 -05:00

9 lines
112 B
PHP

<?php
class phpbb_cron_task_testmod_simple_ready extends phpbb_cron_task_base
{
public function run()
{
}
}