项目初始化
This commit is contained in:
11
config/events.php
Normal file
11
config/events.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* 事件监听(BuildAdmin 兼容 Event::trigger)
|
||||
*/
|
||||
return [
|
||||
'listen' => [
|
||||
'backendInit' => [
|
||||
\app\common\event\Security::class, // 数据回收、敏感数据记录
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user