You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
249 B
13 lines
249 B
6 years ago
|
<?php
|
||
|
|
||
|
$tasks = [
|
||
|
[
|
||
|
'classname' => 'block_escola_modelo\task\escola_modelo',
|
||
|
'blocking' => 0,
|
||
|
'minute' => '30',
|
||
|
'hour' => '17',
|
||
|
'day' => '*',
|
||
|
'month' => '1,7',
|
||
|
'dayofweek' => '0',
|
||
|
],
|
||
|
];
|