append 'tax_ids' in item model

This commit is contained in:
Cüneyt Şentürk 2020-12-09 13:58:55 +03:00
parent b96f14eac0
commit d15677c2ac

View File

@ -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.