diff options
Diffstat (limited to 'tests/cron/tasks/simple_ready.php')
-rw-r--r-- | tests/cron/tasks/simple_ready.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cron/tasks/simple_ready.php b/tests/cron/tasks/simple_ready.php index 8aa0507406..245d9ba738 100644 --- a/tests/cron/tasks/simple_ready.php +++ b/tests/cron/tasks/simple_ready.php @@ -1,6 +1,6 @@ <?php -class phpbb_cron_task_core_simple_ready extends phpbb_cron_task_base +class phpbb_cron_task_core_simple_ready extends \phpbb\cron\task\base { public function get_name() { |