connect = $connection; } public function getInfo($user): array { return $this->connect->getInfo($user); } }