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