Update AbstractController.php

添加自定义分页
This commit is contained in:
jonny77
2020-08-31 17:47:55 +08:00
committed by GitHub
parent 69f4a88517
commit 65f40cfcac

View File

@@ -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')) {