parent
020ad0d852
commit
0a36fbddec
1 changed files with 1 additions and 2 deletions
|
|
@ -113,8 +113,7 @@ public function syncData(bool $toModel = false)
|
|||
->where('id', '!=', $this->server->id)
|
||||
->exists()) {
|
||||
$this->ip = $this->server->ip;
|
||||
|
||||
return $this->dispatch('error', 'This IP/Domain is already in use by another server in your team.');
|
||||
throw new \Exception('This IP/Domain is already in use by another server in your team.');
|
||||
}
|
||||
|
||||
$this->server->name = $this->name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue