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

12 lines
248 B
PHP
Raw Normal View History

2023-06-26 11:40:49 +02:00
<?php
$tasks = [
[
'classname' => 'local_treestudyplan\task\autocohortsync',
'blocking' => 0,
'minute' => '*/10',
'hour' => '*',
'day' => '*',
'month' => '*',
'dayofweek' => '*',
],
];