wip: first working version
This commit is contained in:
@@ -5,6 +5,8 @@ namespace App\BusProNet\Model;
|
||||
class Room
|
||||
{
|
||||
public ?int $id = null;
|
||||
public ?string $category = null;
|
||||
public ?int $boardId = null;
|
||||
public ?string $code = null;
|
||||
public ?string $label = null;
|
||||
public ?\DateTimeImmutable $dateFrom = null;
|
||||
|
||||
Reference in New Issue
Block a user