mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
8 lines
105 B
PHP
8 lines
105 B
PHP
<?php
|
|
|
|
class phpbb_cron_task_simple_ready extends \phpbb\cron\task\base
|
|
{
|
|
public function run()
|
|
{
|
|
}
|
|
}
|