Skip to content

Commit

Permalink
fix NSSet registration
Browse files Browse the repository at this point in the history
  • Loading branch information
soukicz committed Apr 12, 2016
1 parent bc164fa commit 62a9126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function createNameServerSet($ownerId, $name, array $hosts) {
'tech' => [
'id' => $ownerId
],
'hosts' => $hosts
'hosts' => $nss
]
]);
}
Expand Down

0 comments on commit 62a9126

Please sign in to comment.