admin/addon/mobileshop/config/event.php

18 lines
234 B
PHP

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