Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
igor committed Nov 13, 2016
1 parent 26e9d9f commit 062fd0a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@ Usage
return [
'cron' => 'yii2mod\cron\actions\CronLogAction',
// Also you can override some action properties in following way:
'searchClass' => [
'class' => 'yii2mod\cron\models\search\CronScheduleSearch',
'pageSize' => 10
],
'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
],
'view' => 'custom name of the view, which should be rendered.'
]
];
}
```
Expand Down

0 comments on commit 062fd0a

Please sign in to comment.