diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 234a1907..e8366db5 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -187,6 +187,7 @@ abstract class Pool extends Component */ private function createByCallback($name, mixed $callback) { + var_dump($this->canCreate($name)); if (!$this->canCreate($name)) { return; }