mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
开始演示用例页面
This commit is contained in:
@@ -5,6 +5,7 @@ namespace think;
|
||||
use app\common\command\Test;
|
||||
use app\common\event\AdminLoginSuccess\LogEvent;
|
||||
use app\common\event\AdminLoginType\DemoEvent;
|
||||
use app\common\event\AdminMenuTab\DemoEvent as AdminMenuTabDemoEvent;
|
||||
use app\common\provider\ExceptionHandle;
|
||||
use app\common\provider\Request;
|
||||
use app\common\provider\View;
|
||||
@@ -30,6 +31,9 @@ class UlthonAdminService extends Service
|
||||
'AdminLoginType' => [
|
||||
DemoEvent::class,
|
||||
],
|
||||
'AdminMenuTab' => [
|
||||
AdminMenuTabDemoEvent::class,
|
||||
],
|
||||
];
|
||||
|
||||
$this->app->event->listenEvents($event_listen);
|
||||
|
||||
Reference in New Issue
Block a user