From 3c3e7f900b4b3a93f9ac53317831734c25c9850d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 11 Jul 2022 14:49:47 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Pool/Pool.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/Pool/Pool.php b/kiri-engine/Pool/Pool.php index b7bc3f51..59c92fc4 100644 --- a/kiri-engine/Pool/Pool.php +++ b/kiri-engine/Pool/Pool.php @@ -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]; }