正在显示
1 个修改的文件
包含
7 行增加
和
0 行删除
| @@ -102,5 +102,12 @@ class Send implements ShouldQueue | @@ -102,5 +102,12 @@ class Send implements ShouldQueue | ||
| 102 | } | 102 | } |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | + | ||
| 106 | +# rewrite callbacks.dispatcher | ||
| 107 | + | ||
| 108 | +$dispatcher = function ($agents, $body){ | ||
| 109 | + Send::dispatch($agents, $body); | ||
| 110 | +} | ||
| 111 | + | ||
| 105 | ``` | 112 | ``` |
| 106 | 113 |
-
请 注册 或 登录 后发表评论