'datetime', ]; public function wechatUser(): BelongsTo { return $this->belongsTo(WechatUser::class); } }