jh-admin/addon/message/config/event.php

13 lines
216 B
PHP

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