From 44242d11dea8281a7842cb50ba4b9bbea921727d Mon Sep 17 00:00:00 2001 From: Marko Jovanovic Date: Wed, 8 Jul 2026 09:56:43 +0200 Subject: [PATCH] Entity update --- src/Entity/Contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Contacts.php b/src/Entity/Contacts.php index 3bed885..d8e0a0b 100644 --- a/src/Entity/Contacts.php +++ b/src/Entity/Contacts.php @@ -59,7 +59,7 @@ class Contacts #[ORM\Column(length: 20, nullable: true)] private ?string $ambu_code = null; - #[ORM\Column(length: 50, nullable: true)] + #[ORM\Column(length: 100, nullable: true)] private ?string $ambulance = null; public function getAmbuCode(): ?string