浏览代码

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;