make CreateTextRequest name nullable
This commit is contained in:
parent
f6ec4a2550
commit
ab023315a9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ namespace App\Text\UseCases;
|
|||
class CreateTextRequest
|
||||
{
|
||||
public function __construct(
|
||||
public string $name,
|
||||
public ?string $name,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue