This commit is contained in:
2023-04-16 14:41:21 +08:00
parent b29e8eb893
commit 289ffee605
+1 -1
View File
@@ -32,7 +32,7 @@ class Connection extends Component
*/ */
public function __construct(public Pool $pool, array $config = []) public function __construct(public Pool $pool, array $config = [])
{ {
parent::__construct($config); parent::__construct();
} }