Lecturize / Laravel-Addresses

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

Property "is_public" is not fillable #14

Closed mohaghegh closed 6 years ago

mohaghegh commented 6 years ago

Hi The is_public property is not being updated when calling updateAddress method. Seems that it's not included in $fillable array of Address class.

Thanks for nice job.

AlexanderPoellmann commented 6 years ago

True, I've updated the model.