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

class phpbb_cron_task_simple_ready extends \phpbb\cron\task\base
{
	public function run()
	{
	}
}