Files
YwxAppThink/app/member/event.php
T

19 lines
674 B
PHP

<?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'],
// 更多事件监听
],
];