We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b906a72 commit bf8b3eaCopy full SHA for bf8b3ea
1 file changed
subdomains/src/Models/Subdomain.php
@@ -62,6 +62,7 @@ public function upsertOnCloudflare(): void
62
throw new Exception('Server has no allocation');
63
}
64
65
+ // @phpstan-ignore staticMethod.notFound
66
$response = Http::cloudflare()->get("zones/{$this->domain->cloudflare_id}/dns_records/$this->cloudflare_id", ['search' => $this->name])->json();
67
68
if ($response['success']) {
0 commit comments