🔧
This commit is contained in:
@@ -28,7 +28,7 @@ class GenerateUuidCommand extends Command
|
||||
{
|
||||
private UuidFactory $factory;
|
||||
|
||||
public function __construct(UuidFactory $factory = null)
|
||||
public function __construct(?UuidFactory $factory = null)
|
||||
{
|
||||
$this->factory = $factory ?? new UuidFactory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user