Files
shop-platform/src/addon/postertemplate/config/event.php
2025-10-29 15:32:26 +08:00

21 lines
314 B
PHP

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