mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
update twig template and AddressType following the changes in Address entity
This commit is contained in:
@@ -367,12 +367,12 @@ class Address
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getNumber(): ?string
|
||||
public function getStreetNumber(): ?string
|
||||
{
|
||||
return $this->streetNumber;
|
||||
}
|
||||
|
||||
public function setNumber(string $streetNumber): self
|
||||
public function setStreetNumber(string $streetNumber): self
|
||||
{
|
||||
$this->streetNumber = $streetNumber;
|
||||
|
||||
|
Reference in New Issue
Block a user