'object', ]; protected $fillable = [ 'id', 'uid', 'invite_uid', 'type', 'read', 'send_read', 'state', 'notice_type', 'expired_notice', 'expired_at', 'receive_at', 'question_type', 'question_answer', 'question_id', 'say_hello', 'kk', 'paint_id', 'request_content', 'response_content' ]; protected $hidden = ['task_photo_answer', 'task_question_answer']; }