2023-06-03 18:26:16 +08:00

17 lines
226 B
PHP

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