Files
ulthon_admin/app/admin/event.php
2023-10-18 16:35:30 +08:00

21 lines
359 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// !当前文件的内容应当与 /extend/base/admin/event.php的内容一致然后根据实际情况设置
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
],
];