Skip to content

Commit 4eae99f

Browse files
committed
fix typo
1 parent 1bd0066 commit 4eae99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eCloud/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,6 @@ public function vpnGateways()
405405
*/
406406
public function vpnGatewayUsers()
407407
{
408-
return (new VpnGatewayClient($this->httpClient))->auth($this->token);
408+
return (new VpnGatewayUserClient($this->httpClient))->auth($this->token);
409409
}
410410
}

0 commit comments

Comments
 (0)