first commit
This commit is contained in:
20
滴滴淘/diditao/app/event.php
Normal file
20
滴滴淘/diditao/app/event.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
\diditao\event\handle\user\UserEventReg::class,
|
||||
\diditao\event\handle\user\UserEventLogin::class
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
'AppInit' => [],
|
||||
'HttpRun' => [],
|
||||
'HttpEnd' => [],
|
||||
'LogLevel' => [],
|
||||
'LogWrite' => [],
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user