refactor(domains): rename check_domain_usage to checkDomainUsage and update references across the application
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user