Fix not
This commit is contained in:
parent
4d7ea155b1
commit
35d97f153e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class ServerCreationService
|
||||||
$uuid = Uuid::uuid4()->toString();
|
$uuid = Uuid::uuid4()->toString();
|
||||||
$shortUuid = substr($uuid, 0, 8);
|
$shortUuid = substr($uuid, 0, 8);
|
||||||
|
|
||||||
if (!Server::query()->where('uuid', $uuid)->orWhere('uuidShort', $shortUuid)->exists()) {
|
if (Server::query()->where('uuid', $uuid)->orWhere('uuidShort', $shortUuid)->exists()) {
|
||||||
return $this->generateUniqueUuidCombo();
|
return $this->generateUniqueUuidCombo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue