19 lines
231 B
PHP
Executable File
19 lines
231 B
PHP
Executable File
<?php
|
|
// 事件定义文件
|
|
return [
|
|
'bind' => [
|
|
|
|
],
|
|
|
|
'listen' => [
|
|
|
|
'PromotionType' => [
|
|
'addon\memberprice\event\PromotionType',
|
|
]
|
|
|
|
],
|
|
|
|
'subscribe' => [
|
|
],
|
|
];
|