init scheduled node
This commit is contained in:
parent
f7d8b425c3
commit
5bb5bf0c47
1 changed files with 13 additions and 0 deletions
13
app/ScheduledNode/ScheduledNode.php
Normal file
13
app/ScheduledNode/ScheduledNode.php
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\ScheduledNode;
|
||||||
|
|
||||||
|
use DateTimeImmutable;
|
||||||
|
|
||||||
|
class ScheduledNode
|
||||||
|
{
|
||||||
|
public function __construct(
|
||||||
|
private int $id,
|
||||||
|
private DateTimeImmutable $date,
|
||||||
|
) {}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue