Files
ZangShiQi/addon/membercancel/config/event.php
2026-04-04 17:27:12 +08:00

19 lines
258 B
PHP
Executable File

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
//展示活动
'ShowPromotion' => [
'addon\membercancel\event\ShowPromotion',
]
],
'subscribe' => [
],
];