diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index e8366db5..a4c1bce4 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -250,6 +250,7 @@ abstract class Pool extends Component if (!isset($this->hasCreate[$name])) { $this->hasCreate[$name] = 0; } + var_dump($this->hasCreate[$name] . '->' . $this->max); return $this->hasCreate[$name] >= $this->max; }