mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 03:35:07 +08:00
Merge pull request #21 from jonny77/patch-1
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