setTable(plugin()->webman->config('database.game_table')); } /** * 平台信息 * @return BelongsTo */ public function gamePlatform(): BelongsTo { return $this->belongsTo(plugin()->webman->config('database.game_platform_model'), 'platform_id')->withTrashed(); } }