正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -25,7 +25,7 @@ class Dispatcher implements CallbackInterface | @@ -25,7 +25,7 @@ class Dispatcher implements CallbackInterface | ||
| 25 | if (!$agent instanceof AgentInterface) { | 25 | if (!$agent instanceof AgentInterface) { |
| 26 | continue; | 26 | continue; |
| 27 | } | 27 | } |
| 28 | - if ($agent->dsiabled()) { | 28 | + if ($agent->disabled()) { |
| 29 | continue; | 29 | continue; |
| 30 | } | 30 | } |
| 31 | try { | 31 | try { |
-
请 注册 或 登录 后发表评论