瀏覽代碼

refactor(backend): 移除 ApiTrait 中未使用的 ApiException 引用

runphp 6 月之前
父節點
當前提交
96f77259a9
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Trait/ApiTrait.php

+ 0 - 1
src/Trait/ApiTrait.php

@@ -3,7 +3,6 @@ declare(strict_types=1);
 
 namespace SixShop\WechatPay\Trait;
 
-use app\xyz\exception\ApiException;
 use GuzzleHttp\Promise\PromiseInterface;
 use SixShop\WechatPay\Config;
 use WeChatPay\BuilderChainable;