mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-30 22:16:14 +00:00
fix typo
This commit is contained in:
parent
3a115744fe
commit
6453de32ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user