buildadmin/app/event.php

18 lines
248 B
PHP
Raw Normal View History

<?php
// 事件定义文件
return [
2022-08-23 15:01:30 +00:00
'bind' => [
],
2022-08-23 15:01:30 +00:00
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
],
];