This commit is contained in:
lubiana 2025-06-15 12:55:41 +02:00
parent 314063f15c
commit 937973e8e9
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
20 changed files with 725 additions and 2221 deletions

View file

@ -17,11 +17,6 @@ use Symfony\Component\Uid\Ulid;
use function iterator_to_array;
#[ORM\Entity(repositoryClass: FoodOrderRepository::class)]
#[GetCollection(
uriTemplate: '/food_orders/open',
provider: OpenFoodOrderProvider::class,
)]
#[ApiResource]
class FoodOrder
{
#[ORM\Column(nullable: true)]