Entity update

This commit is contained in:
Marko Jovanovic 2026-07-08 09:56:43 +02:00
parent 4c352ea548
commit 44242d11de

View File

@ -59,7 +59,7 @@ class Contacts
#[ORM\Column(length: 20, nullable: true)] #[ORM\Column(length: 20, nullable: true)]
private ?string $ambu_code = null; private ?string $ambu_code = null;
#[ORM\Column(length: 50, nullable: true)] #[ORM\Column(length: 100, nullable: true)]
private ?string $ambulance = null; private ?string $ambulance = null;
public function getAmbuCode(): ?string public function getAmbuCode(): ?string