Skip to content

Commit

Permalink
fix(core): 修复支付付费节点引入命名空间错误
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Sep 10, 2018
1 parent d29919b commit 0cc9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/APIs/V2/PurchaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

use Illuminate\Http\Request;
use Zhiyi\Plus\Models\PaidNode as PaidNodeModel;
use hiyi\Plus\Http\Middleware\VerifyUserPassword;
use Zhiyi\Plus\Http\Middleware\VerifyUserPassword;
use Zhiyi\Plus\Models\WalletCharge as WalletChargeModel;
use Illuminate\Contracts\Cache\Repository as CacheContract;
use Zhiyi\Plus\Packages\Currency\Processes\User as UserProcess;
Expand Down

0 comments on commit 0cc9fe4

Please sign in to comment.