test_lgq/niucloud/addon/hello_world/app/event.php
2024-01-24 17:36:08 +08:00

17 lines
226 B
PHP

<?php
return [
//文件执行序列号
'bind' => [
],
'listen' => [
//应用管理
'AppManage' => ['addon\hello_world\app\listener\AppManageListener'],
],
'subscribe' => [
],
];