新增附件事件
This commit is contained in:
@@ -89,6 +89,10 @@ return [
|
||||
'operateLog' => [
|
||||
OperateLogEvent::class,
|
||||
],
|
||||
// 附件操作
|
||||
'attachment' => [
|
||||
\catchAdmin\system\events\AttachmentEvent::class,
|
||||
],
|
||||
// 路由加载
|
||||
'RouteLoaded' => [
|
||||
LoadModuleRoutes::class
|
||||
|
Reference in New Issue
Block a user