Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed May 31, 2019
1 parent a5a431c commit 7fa43c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pool/PoolManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function __construct($conf,$call)
protected function createObject()
{
// TODO: Implement createObject() method.
return call_user_func($this->call);
return call_user_func($this->call,$this->getConfig());
}
}';
$file = sys_get_temp_dir()."/{$class}.php";
Expand Down

0 comments on commit 7fa43c5

Please sign in to comment.