> */ protected $listen = [ TestEvent::class => [ TestEventListener::class, ], ]; /** * 注册任何事件监听器 */ public function boot(): void { parent::boot(); } }