Merge pull request #22 from jonny77/patch-2

Update AbstractController.php
This commit is contained in:
刀刀
2020-09-01 10:15:45 +08:00
committed by GitHub

View File

@@ -110,8 +110,7 @@ abstract class AbstractController extends Controller
'group' => $this->options['table']['group'] ?? [],
],
'noticeAble' => !empty($this->options['notices'] ?? []),
'page'=>$this->options['table']['page'] ?? []
'page'=>$this->options['table']['page'] ?? [20,40,60,80,100]
],
];
if (method_exists($this, 'beforeInfo')) {