fix: random generated uuid will be full length (not 7 characters)
This commit is contained in:
@@ -14,7 +14,7 @@ use Visus\Cuid2\Cuid2;
|
||||
|
||||
function generate_database_name(string $type): string
|
||||
{
|
||||
$cuid = new Cuid2(7);
|
||||
$cuid = new Cuid2();
|
||||
|
||||
return $type.'-database-'.$cuid;
|
||||
}
|
||||
|
Reference in New Issue
Block a user