append 'tax_ids' in item model
This commit is contained in:
parent
b96f14eac0
commit
d15677c2ac
@ -19,7 +19,7 @@ class Item extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $appends = ['item_id'];
|
||||
protected $appends = ['item_id', 'tax_ids'];
|
||||
|
||||
/**
|
||||
* Attributes that should be mass-assignable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user