shish 4 лет назад
Родитель
Сommit
e4cfd59b50
2 измененных файлов с 2 добавлено и 4 удалено
  1. 1 1
      biz-ghs/apply/classes/ApplyClass.php
  2. 1 3
      biz-ghs/apply/services/ApplyService.php

+ 1 - 1
biz-ghs/apply/classes/ApplyClass.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace bizGhs\admin\classes;
+namespace bizGhs\apply\classes;
 
 use Yii;
 use bizGhs\base\classes\BaseClass;

+ 1 - 3
biz-ghs/apply/services/ApplyService.php

@@ -1,9 +1,7 @@
 <?php
-
 namespace bizGhs\apply\services;
 
-use biz\shop\classes\MainClass;
-use bizGhs\admin\classes\ApplyClass;
+use bizGhs\apply\classes\ApplyClass;
 use bizGhs\merchant\services\MerchantService;
 use bizHd\merchant\services\SjService;
 use common\components\util;