aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/tasks/simple_ready.php
blob: de5f10e491188f5b3d04c85d25a06842398f1656 (plain)
1
2
3
4
5
6
7
8
<?php

class phpbb_cron_task_core_simple_ready extends phpbb_cron_task_base
{
	public function run()
	{
	}
}