first commit

This commit is contained in:
2026-07-23 09:40:36 +08:00
commit 090abf48fa
989 changed files with 145728 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'listen' => [
//注册监听类
'SendMessage' => ['app\listener\SendMessage'],
],
//'subscribe' => ['app\subscribe\Message'],
];