Commit 5e2f1e84 by feixiang

连接池名称修改

parent 7c8da698
...@@ -20,7 +20,7 @@ use Swoft\Pool\PoolProperties; ...@@ -20,7 +20,7 @@ use Swoft\Pool\PoolProperties;
class OrderPoolConfig extends PoolProperties class OrderPoolConfig extends PoolProperties
{ {
protected $name = 'buyer'; protected $name = 'order';
/** /**
* Minimum active number of connections * Minimum active number of connections
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment