mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
调整统一provider目录;增加content事件的快速登录案例;
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// 事件定义文件
|
||||
|
||||
use app\common\event\AdminLoginSuccess\LogEvent;
|
||||
use app\common\event\AdminLoginType\DemoEvent;
|
||||
|
||||
$event = [
|
||||
'bind' => [
|
||||
@@ -17,6 +18,9 @@ $event = [
|
||||
'AdminLoginSuccess' => [
|
||||
LogEvent::class,
|
||||
],
|
||||
'AdminLoginType' => [
|
||||
DemoEvent::class,
|
||||
],
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
|
||||
Reference in New Issue
Block a user