mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-03 04:38:03 +08:00
修复缩进以及作者指导修改
This commit is contained in:
parent
85d3eee526
commit
d3b322a413
@ -3,8 +3,8 @@
|
||||
namespace Yansongda\Pay\Gateways;
|
||||
|
||||
use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Yansongda\Pay\Contracts\GatewayApplicationInterface;
|
||||
use Yansongda\Pay\Contracts\GatewayInterface;
|
||||
use Yansongda\Pay\Exceptions\GatewayException;
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace Yansongda\Pay\Gateways\Wechat;
|
||||
|
||||
use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Yansongda\Pay\Log;
|
||||
|
||||
class WapGateway extends Gateway
|
||||
|
Loading…
Reference in New Issue
Block a user