Skip to content

Commit 27da4d8

Browse files
committed
Fix nullable type on rrset
1 parent e493e2f commit 27da4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Zones/RRSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RRSet extends Model implements Resource
1414
public string $id;
1515
public string $name;
1616
public string $type;
17-
public int $ttl;
17+
public ?int $ttl;
1818
public array $records;
1919
public array $labels;
2020
public ?RRSetProtection $protection;

0 commit comments

Comments
 (0)