mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-23 04:00:23 +08:00
fixes #1055
This commit is contained in:
@ -33,7 +33,7 @@ use yii\helpers\ArrayHelper;
|
||||
* 'allModels' => $query->from('tbl_post')->all(),
|
||||
* 'sort' => [
|
||||
* 'attributes' => ['id', 'username', 'email'],
|
||||
* ),
|
||||
* ],
|
||||
* 'pagination' => [
|
||||
* 'pageSize' => 10,
|
||||
* ],
|
||||
|
Reference in New Issue
Block a user