add plan to scheduled node
This commit is contained in:
parent
fd0ee57149
commit
412a74e390
5 changed files with 15 additions and 0 deletions
|
|
@ -2,11 +2,13 @@
|
|||
|
||||
namespace App\ScheduledNode;
|
||||
|
||||
use App\Plan\Plan;
|
||||
use DateTimeImmutable;
|
||||
|
||||
class CreateScheduledNodeDto
|
||||
{
|
||||
public function __construct(
|
||||
public DateTimeImmutable $date,
|
||||
public Plan $plan,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue