admin/addon/pointcash/config/event.php

24 lines
431 B
PHP

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