mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
update to 2.5.0-b3 (build 410)
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
namespace ZM\Store\MySQL;
|
||||
|
||||
|
||||
use Swoole\Database\PDOPool;
|
||||
use ZM\MySQL\MySQLPool;
|
||||
|
||||
class SqlPoolStorage
|
||||
{
|
||||
/** @var PDOPool */
|
||||
/** @var MySQLPool */
|
||||
public static $sql_pool = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user