作者 竞泽

fix:var name

@@ -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 {