mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
Issue316 addresses search by postal code
This commit is contained in:
@@ -29,6 +29,15 @@ use Symfony\Component\Serializer\Annotation\Groups;
|
||||
*/
|
||||
class PostalCode
|
||||
{
|
||||
/**
|
||||
* This is an internal column which is populated by database.
|
||||
*
|
||||
* This column will ease the search operations
|
||||
*
|
||||
* @ORM\Column(type="text", options={"default": ""})
|
||||
*/
|
||||
private string $canonical = '';
|
||||
|
||||
/**
|
||||
* @var Point
|
||||
*
|
||||
|
Reference in New Issue
Block a user