create scheduled node dto for create method
This commit is contained in:
parent
40d8032569
commit
50ecacd46d
1 changed files with 12 additions and 0 deletions
12
app/ScheduledNode/CreateScheduledNodeDto.php
Normal file
12
app/ScheduledNode/CreateScheduledNodeDto.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace App\ScheduledNode;
|
||||
|
||||
use DateTimeImmutable;
|
||||
|
||||
class CreateScheduledNodeDto
|
||||
{
|
||||
public function __construct(
|
||||
public DateTimeImmutable $date,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue