作者 竞泽

docs:append async usage

正在显示 1 个修改的文件 包含 7 行增加0 行删除
... ... @@ -102,5 +102,12 @@ class Send implements ShouldQueue
}
}
# rewrite callbacks.dispatcher
$dispatcher = function ($agents, $body){
Send::dispatch($agents, $body);
}
```
... ...