refactor(domains): rename check_domain_usage to checkDomainUsage and update references across the application

This commit is contained in:
Andras Bacsai
2025-08-28 10:00:19 +02:00
parent c156d5c705
commit e0aa28ba31
7 changed files with 84 additions and 79 deletions

View File

@@ -108,7 +108,7 @@ class Index extends Component
}
}
if ($this->fqdn) {
check_domain_usage(domain: $this->fqdn);
checkDomainUsage(domain: $this->fqdn);
}
$this->instantSave(isSave: false);