@@ -19,7 +19,7 @@ class CommentInfoModel extends Model
'content',
'is_read',
];
- protected $hidden = ['dream_id','created_at','deleted_at','id'];
+ protected $hidden = ['dream_id','created_at','deleted_at'];
public function CommentUser()