danielantelo / AddressableBundle

Symfony2 bundle which facilitates making entities addressable and geo location aware. It includes a map form type to set address by searching in a google map.
6 stars 11 forks source link

Fix errors in Contactable trait #16

Closed migmolrod closed 5 years ago

migmolrod commented 5 years ago

The setContactDetails method had errors. I guess it was initially a copy&paste from the setAddress method in AddressableTrait and some lines of code were not properly changed. This includes some errors fixed in the annotation of such method as well.

danielantelo commented 5 years ago

thanks for the fix!