Closed mohaghegh closed 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.
is_public
updateAddress
$fillable
Address
Thanks for nice job.
True, I've updated the model.
Hi The
is_public
property is not being updated when callingupdateAddress
method. Seems that it's not included in$fillable
array ofAddress
class.Thanks for nice job.