🔧
This commit is contained in:
2
vendor/symfony/uid/UuidV4.php
vendored
2
vendor/symfony/uid/UuidV4.php
vendored
@@ -20,7 +20,7 @@ class UuidV4 extends Uuid
|
||||
{
|
||||
protected const TYPE = 4;
|
||||
|
||||
public function __construct(string $uuid = null)
|
||||
public function __construct(?string $uuid = null)
|
||||
{
|
||||
if (null === $uuid) {
|
||||
$uuid = random_bytes(16);
|
||||
|
||||
Reference in New Issue
Block a user