create text with request dto
This commit is contained in:
parent
6c9abb01d4
commit
a95a8838f6
2 changed files with 31 additions and 0 deletions
10
app/Text/UseCases/CreateTextRequest.php
Normal file
10
app/Text/UseCases/CreateTextRequest.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Text\UseCases;
|
||||
|
||||
class CreateTextRequest
|
||||
{
|
||||
public function __construct(
|
||||
public string $name,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue