fix: random generated uuid will be full length (not 7 characters)
This commit is contained in:
@@ -102,7 +102,7 @@ class Heading extends Component
|
||||
|
||||
protected function setDeploymentUuid()
|
||||
{
|
||||
$this->deploymentUuid = new Cuid2(7);
|
||||
$this->deploymentUuid = new Cuid2();
|
||||
$this->parameters['deployment_uuid'] = $this->deploymentUuid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user