新增附件事件

This commit is contained in:
JaguarJack
2020-06-01 21:25:46 +08:00
parent 39c0ec4c48
commit fe6ea82014
3 changed files with 67 additions and 36 deletions

View File

@@ -89,6 +89,10 @@ return [
'operateLog' => [
OperateLogEvent::class,
],
// 附件操作
'attachment' => [
\catchAdmin\system\events\AttachmentEvent::class,
],
// 路由加载
'RouteLoaded' => [
LoadModuleRoutes::class