Files
dafuweng-buildadmin/dafuweng-webman/config/events.php
2026-03-07 19:42:22 +08:00

12 lines
228 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* 事件监听BuildAdmin 兼容 Event::trigger
*/
return [
'listen' => [
'backendInit' => [
\app\common\event\Security::class, // 数据回收、敏感数据记录
],
],
];