refactor(domains): rename check_domain_usage to checkDomainUsage and update references across the application
This commit is contained in:
@@ -145,7 +145,7 @@ class ServiceApplicationView extends Component
|
||||
if ($warning) {
|
||||
$this->dispatch('warning', __('warning.sslipdomain'));
|
||||
}
|
||||
check_domain_usage(resource: $this->application);
|
||||
checkDomainUsage(resource: $this->application);
|
||||
$this->validate();
|
||||
$this->application->save();
|
||||
updateCompose($this->application);
|
||||
|
||||
Reference in New Issue
Block a user