We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e9d9f commit 062fd0aCopy full SHA for 062fd0a
README.md
@@ -61,11 +61,14 @@ Usage
61
return [
62
'cron' => 'yii2mod\cron\actions\CronLogAction',
63
// Also you can override some action properties in following way:
64
- 'searchClass' => [
65
- 'class' => 'yii2mod\cron\models\search\CronScheduleSearch',
66
- 'pageSize' => 10
67
- ],
68
- 'view' => 'custom name of the view, which should be rendered.'
+ 'cron' => [
+ 'class' => 'yii2mod\cron\actions\CronLogAction',
+ 'searchClass' => [
+ 'class' => 'yii2mod\cron\models\search\CronScheduleSearch',
+ 'pageSize' => 10
69
+ ],
70
+ 'view' => 'custom name of the view, which should be rendered.'
71
+ ]
72
];
73
}
74
```
0 commit comments