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