mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-01-22 12:07:32 +00:00
parent
e9d6878899
commit
7d8a2dffc5
|
@ -16,10 +16,10 @@ class Config
|
|||
private $password;
|
||||
|
||||
public function __construct(
|
||||
int $vendorId,
|
||||
int $vendorId,
|
||||
string $username,
|
||||
string $password
|
||||
) {
|
||||
) {
|
||||
$this->password = $password;
|
||||
$this->username = $username;
|
||||
$this->vendorId = $vendorId;
|
||||
|
|
Loading…
Reference in a new issue