This commit is contained in:
2023-04-16 14:41:20 +08:00
parent 0bf69d576d
commit 64d3f31138
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class Connection extends Component
*/
public function __construct(public EventProvider $eventProvider, public Pool $connections, public ContainerInterface $container, array $config = [])
{
parent::__construct($config);
parent::__construct();
}