Skip to content

Commit 062fd0a

Browse files
author
igor
committed
update README
1 parent 26e9d9f commit 062fd0a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ Usage
6161
return [
6262
'cron' => 'yii2mod\cron\actions\CronLogAction',
6363
// 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.'
64+
'cron' => [
65+
'class' => 'yii2mod\cron\actions\CronLogAction',
66+
'searchClass' => [
67+
'class' => 'yii2mod\cron\models\search\CronScheduleSearch',
68+
'pageSize' => 10
69+
],
70+
'view' => 'custom name of the view, which should be rendered.'
71+
]
6972
];
7073
}
7174
```

0 commit comments

Comments
 (0)