修复引入文件错误

This commit is contained in:
2023-09-18 18:09:03 +08:00
parent 01db0f9956
commit 9e2aa46cea
6 changed files with 10 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ $event = [
],
];
$listen = include __DIR__ . '/app/common/app/listen.php';
$listen = include __DIR__ . '/common/app/listen.php';
$event['listen'] = array_merge($event['listen'], $listen);