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