We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6dabb commit 3f643a5Copy full SHA for 3f643a5
src/pool/Db.php
@@ -14,7 +14,7 @@
14
class Db extends \think\Db
15
{
16
17
- protected function createConnection(string $name): ConnectionInterface
+ protected function createConnection($name): ConnectionInterface
18
19
return new Connection(new class(function () use ($name) {
20
return parent::createConnection($name);
0 commit comments