mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-31 18:48:09 +00:00
18 lines
296 B
PHP
18 lines
296 B
PHP
<?php
|
|
|
|
return [
|
|
//文件执行序列号
|
|
'bind' => [
|
|
],
|
|
|
|
'listen' => [
|
|
|
|
//应用管理
|
|
'AppManage' => ['addon\hello_world\app\listener\AppManageListener'],
|
|
'SiteLayout' => ['addon\hello_world\app\listener\SiteLayout']
|
|
],
|
|
|
|
'subscribe' => [
|
|
],
|
|
];
|