modify plugin name
This commit is contained in:
@@ -97,10 +97,6 @@ class Connection extends Component
|
|||||||
public function get(mixed $config): ?PDO
|
public function get(mixed $config): ?PDO
|
||||||
{
|
{
|
||||||
$coroutineName = $config['cds'];
|
$coroutineName = $config['cds'];
|
||||||
//
|
|
||||||
// if (($connection = Context::getContext($coroutineName)) instanceof PDO) {
|
|
||||||
// return $connection;
|
|
||||||
// }
|
|
||||||
|
|
||||||
$minx = Config::get('databases.pool.min', 1);
|
$minx = Config::get('databases.pool.min', 1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user