2023-08-12 16:03:34 +08:00

18 lines
296 B
PHP

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