ammend
All checks were successful
/ ls (pull_request) Successful in 1m35s
/ ls (push) Successful in 1m31s

This commit is contained in:
lubiana 2025-06-21 15:20:08 +02:00
parent c8e6af6896
commit 98feafa3fc
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 49 additions and 2 deletions

View file

@ -12,8 +12,8 @@ use Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator;
use Symfony\Bridge\Doctrine\Types\UlidType;
use Symfony\Component\Serializer\Annotation\Groups;
use Symfony\Component\Uid\Ulid;
use Symfony\Component\Validator\Constraints\Length;
use function mb_strlen;
#[ORM\Entity(repositoryClass: FoodVendorRepository::class)]