Compare commits

..

No commits in common. "7eb2a525dfd9f855c421febaf0b621fee4bea118" and "85ea1ac3feb6e0d23006ddde1b2f1e1c46d4e933" have entirely different histories.

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: 100, nullable: true)] #[ORM\Column(length: 50, nullable: true)]
private ?string $ambulance = null; private ?string $ambulance = null;
public function getAmbuCode(): ?string public function getAmbuCode(): ?string