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; /**