Completed
Push — master ( 937be7...a47e48 )
by Klochok
15:26
created
src/controllers/PayController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,16 +11,13 @@
 block discarded – undo
11 11
 
12 12
 namespace hiqdev\yii2\merchant\controllers;
13 13
 
14
-use hiqdev\yii2\merchant\models\Deposit;
15 14
 use hiqdev\yii2\merchant\models\Merchant;
16
-use hiqdev\yii2\merchant\Module;
17 15
 use Yii;
18 16
 use yii\base\InvalidCallException;
19 17
 use yii\base\UserException;
20 18
 use yii\helpers\Json;
21 19
 use yii\web\BadRequestHttpException;
22 20
 use yii\web\Response;
23
-use yii\web\Session;
24 21
 
25 22
 class PayController extends \yii\web\Controller
26 23
 {
Please login to merge, or discard this patch.