We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba5902 commit 156e35eCopy full SHA for 156e35e
src/Models/Zones/RRSet.php
@@ -33,7 +33,7 @@ class RRSet extends Model implements Resource
33
*/
34
public static function create(string $name, string $type, array $records, ?int $ttl = null, ?array $labels = []): ?RRSet
35
{
36
- return (new RRset(''))->setAdditionalData((object) [
+ return (new RRSet(""))->setAdditionalData((object)[
37
'name' => $name,
38
'type' => $type,
39
'ttl' => $ttl,
0 commit comments