mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
29 lines
389 B
PHP
29 lines
389 B
PHP
<?php
|
|
|
|
// 事件定义文件
|
|
|
|
return [
|
|
'bind' => [
|
|
],
|
|
|
|
'listen' => [
|
|
'AppInit' => [],
|
|
'HttpRun' => [],
|
|
'HttpEnd' => [],
|
|
'LogLevel' => [],
|
|
'LogWrite' => [],
|
|
'AdminLoginSuccess' => [
|
|
|
|
],
|
|
'AdminLoginType' => [
|
|
|
|
],
|
|
'LoadMigrationFiles'=>[
|
|
|
|
]
|
|
],
|
|
|
|
'subscribe' => [
|
|
],
|
|
];
|