update: change to save default address based on company module id

This commit is contained in:
weichien00
2021-08-09 02:16:24 +08:00
parent db12b2f26c
commit 7a2f2e87b2
5 changed files with 17 additions and 6 deletions
+2
View File
@@ -27,6 +27,8 @@ class Address extends AbstractModel
protected $dates = ['deleted_at'];
protected $fillable = ['default'];
/**
* @return BelongsTo
*/