Lecturize / Laravel-Addresses

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

Fixes incorrect reference to config file #41

Closed jonerickson closed 6 months ago

jonerickson commented 12 months ago

When changing the 'columns' key in the config file to 'flags', a few config references were missed in the Address and Contact model. The Contact model was also referencing the 'addresses' config instead of the 'contacts' config. Minor update, but crucial if you are implementing custom flags. Without the correct reference, the model's fillable property was not being updated thus now allowing you to set the flags when creating an address.