From 4be7492b7291d64552d321a6b648b88fabee0519 Mon Sep 17 00:00:00 2001 From: yangduo Date: Fri, 3 Jan 2025 13:24:55 +0800 Subject: [PATCH] fix --- webapp/controller/RechargeController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 891ad2b..e095142 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -2,6 +2,7 @@ require 'classes/Quest.php'; require 'classes/AddReward.php'; +require_once 'metatable/shopGoods.php'; class RechargeController {