修复缩进以及作者指导修改

This commit is contained in:
tanbo 2018-12-03 14:56:09 +08:00
parent 85d3eee526
commit d3b322a413
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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