diff --git a/app/controller/api/WithdrawController.php b/app/controller/api/WithdrawController.php index 8c08a8e..26e5ccc 100644 --- a/app/controller/api/WithdrawController.php +++ b/app/controller/api/WithdrawController.php @@ -8,7 +8,6 @@ use app\model\ExchangeRate; use app\model\Userbank; use support\Request; -use App\Utils\API\Payment; use App\Utils\API\PaymentNew; use App\Utils\ApiResponse; use App\Utils\ApiResponseApp;