admin/addon/wechat/config/event.php

17 lines
194 B
PHP

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AddSite' => [
'addon\wechat\event\AddSiteReplay',// 添加默认关注回复
],
],
'subscribe' => [
],
];