소스 검색

fix:大小写

super-yimizi 1 개월 전
부모
커밋
35de6ff79d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/admin/controller/commission/Apply.php

+ 1 - 1
application/admin/controller/commission/Apply.php

@@ -5,7 +5,7 @@ namespace app\admin\controller\commission;
 use app\common\controller\Backend;
 use app\common\model\commission\Apply as ApplyModel;
 use app\common\model\commission\Identity as IdentityModel;
-use app\common\Service\commission\AgentApply as AgentApplyService;
+use app\common\Service\Commission\AgentApply as AgentApplyService;
 use think\Db;
 use think\Exception;