building-sign/app/event.php

19 lines
285 B
PHP
Raw Permalink Normal View History

2023-01-09 08:41:41 +00:00
<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
'app\subscribe\Pay',
],
];