event.php 213 B

123456789101112131415161718
  1. <?php
  2. // 事件定义文件
  3. return [
  4. 'bind' => [
  5. ],
  6. 'listen' => [
  7. 'PromotionType' => [
  8. 'addon\memberprice\event\PromotionType',
  9. ]
  10. ],
  11. 'subscribe' => [
  12. ],
  13. ];