Skip to content

ShowCustomer 应用管理加载事件

使用场景:用于在应用管理展示,新插件若不实现该事件

php
// 应用管理加载事件
'ShowCustomer' => [
    'app\listener\system\ShowCustomerListener'
]

基于 MIT 协议发布