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

18 lines
322 B
PHP

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