don't hide cid in Item anymore

This commit is contained in:
j3d1 2019-12-27 16:57:32 +01:00
parent 30fd018224
commit 823bd5b988

View file

@ -26,6 +26,6 @@ class Item extends Model
* *
* @var array * @var array
*/ */
protected $hidden = ['created_at','updated_at', 'deleted_at', 'eid', 'cid', 'iid']; protected $hidden = ['created_at','updated_at', 'deleted_at', 'eid', 'iid'];
} }