mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 07:15:06 +08:00
Update AbstractController.php
添加自定义分页
This commit is contained in:
@@ -110,6 +110,8 @@ abstract class AbstractController extends Controller
|
||||
'group' => $this->options['table']['group'] ?? [],
|
||||
],
|
||||
'noticeAble' => !empty($this->options['notices'] ?? []),
|
||||
'page'=>$this->options['table']['page'] ?? []
|
||||
|
||||
],
|
||||
];
|
||||
if (method_exists($this, 'beforeInfo')) {
|
||||
|
||||
Reference in New Issue
Block a user