modify plugin name

This commit is contained in:
2022-07-11 14:49:47 +08:00
parent e39a63523e
commit 3c3e7f900b
+1
View File
@@ -65,6 +65,7 @@ class Pool extends Component
public function check($name): array
{
$channel = $this->channel($name);
var_dump($channel->length());
if ($channel->length() < 1) {
return [0, 0];
}