mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +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",
|
* name="chill_main_postal_code",
|
||||||
* indexes={
|
* indexes={
|
||||||
* @ORM\Index(name="search_name_code", columns={"code", "label"}),
|
* @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
|
* @ORM\HasLifecycleCallbacks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user