add orderstuff
This commit is contained in:
parent
51fb951b2b
commit
d7a61f6d0e
9 changed files with 209 additions and 10 deletions
|
@ -44,6 +44,7 @@ class Order
|
|||
$this->createdAt = new DateTimeImmutable();
|
||||
$this->updatedAt = new DateTimeImmutable();
|
||||
$this->orderItems = new ArrayCollection();
|
||||
$this->status = OrderStatus::NEW;
|
||||
}
|
||||
|
||||
public function getId(): null|int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue