This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
moodle-local_treestudyplan/db/tasks.php
2023-06-26 11:40:49 +02:00

12 lines
No EOL
248 B
PHP

<?php
$tasks = [
[
'classname' => 'local_treestudyplan\task\autocohortsync',
'blocking' => 0,
'minute' => '*/10',
'hour' => '*',
'day' => '*',
'month' => '*',
'dayofweek' => '*',
],
];