初始上传
This commit is contained in:
17
addon/v3tov4/config/event.php
Executable file
17
addon/v3tov4/config/event.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
'ShowPromotion' => [
|
||||
'addon\v3tov4\event\ShowPromotion',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user