don't hide cid in Item anymore
This commit is contained in:
parent
30fd018224
commit
823bd5b988
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue