We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693ddc5 commit 09f2e8dCopy full SHA for 09f2e8d
1 file changed
wscli-php-sdk/src/WsCli.php
@@ -63,7 +63,7 @@ public function __construct($args)
63
$this->account = new \Swagger\Client\Api\AccountApi($apiClient);
64
$this->session = new \Swagger\Client\Api\SessionApi($apiClient);
65
$this->files = new \Swagger\Client\Api\FilesApi($apiClient);
66
- $this->pgp = new \Swagger\Client\Api\PgpTBDApi($apiClient);
+ $this->pgp = new \Swagger\Client\Api\PgpApi($apiClient);
67
$this->integrator = new \Swagger\Client\Api\IntegratorApi($apiClient);
68
$this->certs = new \Swagger\Client\Api\CertsApi($apiClient);
69
}
0 commit comments