This commit is contained in:
2021-04-23 18:41:58 +08:00
parent ef2c35c4e6
commit 8ea24eaf45
-1
View File
@@ -187,7 +187,6 @@ abstract class Pool extends Component
*/ */
private function createByCallback($name, mixed $callback) private function createByCallback($name, mixed $callback)
{ {
var_dump($this->canCreate($name));
if (!$this->canCreate($name)) { if (!$this->canCreate($name)) {
return; return;
} }