Skip to content

Commit ec2cedf

Browse files
Ernesto J. Pama Jrhaphan
authored andcommitted
Fixed a bug in subnet dns servers type
1 parent 5284cec commit ec2cedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Networking/v2/Params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function enableDhcp(): array
119119
public function dnsNameservers(): array
120120
{
121121
return [
122-
'type' => self::STRING_TYPE,
122+
'type' => self::ARRAY_TYPE,
123123
'sentAs' => 'dns_nameservers',
124124
'description' => 'A list of DNS name servers for the subnet.',
125125
];

0 commit comments

Comments
 (0)