modify plugin name

This commit is contained in:
2022-02-25 10:25:29 +08:00
parent 867f76e058
commit a0d62fdc01
-4
View File
@@ -97,10 +97,6 @@ class Connection extends Component
public function get(mixed $config): ?PDO
{
$coroutineName = $config['cds'];
//
// if (($connection = Context::getContext($coroutineName)) instanceof PDO) {
// return $connection;
// }
$minx = Config::get('databases.pool.min', 1);