This commit is contained in:
lubiana 2025-06-14 23:13:20 +02:00
parent d7a61f6d0e
commit bb42015d74
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
7 changed files with 59 additions and 27 deletions

View file

@ -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