mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
9 lines
105 B
PHP
9 lines
105 B
PHP
<?php
|
|
|
|
class phpbb_cron_task_simple_ready extends \phpbb\cron\task\base
|
|
{
|
|
public function run()
|
|
{
|
|
}
|
|
}
|