mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
|
||||
* name="chill_main_postal_code",
|
||||
* indexes={
|
||||
* @ORM\Index(name="search_name_code", columns={"code", "label"}),
|
||||
* @ORM\Index(name="search_by_reference_code", colums={"code", "refpostalcodeid"})
|
||||
* @ORM\Index(name="search_by_reference_code", columns={"code", "refpostalcodeid"})
|
||||
* })
|
||||
*
|
||||
* @ORM\HasLifecycleCallbacks
|
||||
|
Reference in New Issue
Block a user