add Logging

This commit is contained in:
Marko
2024-08-02 09:46:16 +02:00
parent b279dd058f
commit b5f1ba6f87
20 changed files with 110 additions and 116 deletions

View File

@@ -9,7 +9,6 @@ use DateTimeInterface;
use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
/*
* Bestellungen Status:
* 1 = Bestellung eingegangen
@@ -108,4 +107,4 @@ class Order
return $this;
}
}
}