Lecturize / Laravel-Addresses

Simple address and contact management for Laravel.
MIT License
197 stars 39 forks source link

Contact HasCountry Trait #27

Closed michaelw85 closed 1 year ago

michaelw85 commented 3 years ago

I noticed the Contact model has the HasCountry trait

Should this be there? I don't see a country ID in the DB. I would assume the country should only be on the address that is linked to a contact.

Any insights on why this is here would be great.