chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | YwxApp [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2026-2036 http://ywxapp.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: ywxapp<admin@ywxapp.cn>
|
||||
// +----------------------------------------------------------------------
|
||||
// 这是系统自动生成的event定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
// 更多事件绑定
|
||||
],
|
||||
'listen' => [
|
||||
'UserLog' => ['app\member\listener\UserLog'],
|
||||
// 更多事件监听
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user