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

26 lines
458 B
PHP
Executable File

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