diff --git a/app/Controller/v3/WithdrawController.php b/app/Controller/v3/WithdrawController.php index 92d1abf..4938cca 100644 --- a/app/Controller/v3/WithdrawController.php +++ b/app/Controller/v3/WithdrawController.php @@ -8,7 +8,7 @@ use App\Constants\v3\LogLabel; use App\Constants\v3\UserType; use App\Controller\BaseController; use App\Exception\ErrorCodeException; -use App\Model\SystemConfig; +use App\Model\v3\SystemConfig; use App\Model\v3\FinancialRecord; use App\Model\v3\Store; use App\Model\v3\StoreWithdrawal;