新增:下载器客户端连接成功时 派发事件

This commit is contained in:
david 2022-10-04 01:01:47 +08:00
parent 938bba011f
commit 78b2a4c777

View File

@ -137,7 +137,7 @@ class AutoReseed
{
//初始化事件调度器
$listener = [
new ClientLinkSuccessListener::class,
new ClientLinkSuccessListener,
];
static::$EventDispatcher = new EventDispatcher($listener);