finish
This commit is contained in:
parent
d7a61f6d0e
commit
bb42015d74
7 changed files with 59 additions and 27 deletions
|
@ -44,7 +44,6 @@ 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