From 9258c70071f3b4ea0e8fa8fb6b9e50aad7d87cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 15 Feb 2021 20:31:53 +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/Abstracts/Pool.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index a7db273a..c391d49c 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -206,10 +206,10 @@ abstract class Pool extends Component } } - private int $creates = 0; + protected int $creates = 0; - public int $lastTime = 0; + protected int $lastTime = 0; /**