Skip to content

Commit 09f2e8d

Browse files
committed
PgpTBDApi -> PgpApi
1 parent 693ddc5 commit 09f2e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wscli-php-sdk/src/WsCli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct($args)
6363
$this->account = new \Swagger\Client\Api\AccountApi($apiClient);
6464
$this->session = new \Swagger\Client\Api\SessionApi($apiClient);
6565
$this->files = new \Swagger\Client\Api\FilesApi($apiClient);
66-
$this->pgp = new \Swagger\Client\Api\PgpTBDApi($apiClient);
66+
$this->pgp = new \Swagger\Client\Api\PgpApi($apiClient);
6767
$this->integrator = new \Swagger\Client\Api\IntegratorApi($apiClient);
6868
$this->certs = new \Swagger\Client\Api\CertsApi($apiClient);
6969
}

0 commit comments

Comments
 (0)