Skip to content

Commit bf8b3ea

Browse files
committed
make phpstan happy
1 parent b906a72 commit bf8b3ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

subdomains/src/Models/Subdomain.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function upsertOnCloudflare(): void
6262
throw new Exception('Server has no allocation');
6363
}
6464

65+
// @phpstan-ignore staticMethod.notFound
6566
$response = Http::cloudflare()->get("zones/{$this->domain->cloudflare_id}/dns_records/$this->cloudflare_id", ['search' => $this->name])->json();
6667

6768
if ($response['success']) {

0 commit comments

Comments
 (0)