Merge pull request #21 from jonny77/patch-1

Update AbstractController.php
This commit is contained in:
刀刀
2020-08-31 19:06:54 +08:00
committed by GitHub

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