From db6497f25634a100df2feb3168989e5771dda68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 6 Sep 2020 17:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index ae768a89..333d8962 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -307,6 +307,7 @@ class Connection extends Pool $this->remove($name); } $this->hasCreate = []; + $this->creates = 0; }