Files
sentcms/app/event.php
tensent 5c320206fb auth
2020-02-16 10:49:43 +08:00

18 lines
256 B
PHP
Executable File

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
],
];