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