From efc11eb5066fb194426e7028345a04ddd66c260d Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 23 Feb 2021 00:41:33 +0800 Subject: [PATCH] modify --- System/Abstracts/Pool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 8225edcb..b86ab99a 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -118,7 +118,7 @@ abstract class Pool extends Component */ public function checkCanUse(string $name, mixed $client): mixed { - throw new Exception('Undefined system processing function.'); + return true; } /**