Skip to content

Commit

Permalink
Fixed WhoisContact property order
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jan 26, 2017
1 parent 273a1aa commit 3a71d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/WhoisContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ class WhoisContact
/**
* @var string
*/
public $companyType;
public $companyKvk;

/**
* @var string
*/
public $companyKvk;
public $companyType;

/**
* @var string
Expand Down

0 comments on commit 3a71d28

Please sign in to comment.