mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
initial 2.0.0-a4 commit
This commit is contained in:
13
src/ZM/Store/MySQL/SqlPoolStorage.php
Normal file
13
src/ZM/Store/MySQL/SqlPoolStorage.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Store\MySQL;
|
||||
|
||||
|
||||
use Swoole\Database\PDOPool;
|
||||
|
||||
class SqlPoolStorage
|
||||
{
|
||||
/** @var PDOPool */
|
||||
public static $sql_pool = null;
|
||||
}
|
||||
Reference in New Issue
Block a user