mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 05:55:08 +08:00
merge: branch 'master' of github.com:hyperf-admin/hyperf-admin
This commit is contained in:
@@ -110,8 +110,7 @@ abstract class AbstractController extends Controller
|
|||||||
'group' => $this->options['table']['group'] ?? [],
|
'group' => $this->options['table']['group'] ?? [],
|
||||||
],
|
],
|
||||||
'noticeAble' => !empty($this->options['notices'] ?? []),
|
'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')) {
|
if (method_exists($this, 'beforeInfo')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user