Ver código fonte

Merge branch 'master' of http://gogs.renlianiot.com:4000/zmcoding/smart-tool-api

likang 2 anos atrás
pai
commit
0b91c68524
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      catch/worklocation/controller/WorkLocation.php

+ 1 - 1
catch/worklocation/controller/WorkLocation.php

@@ -5,7 +5,7 @@ namespace catchAdmin\worklocation\controller;
 use catcher\base\CatchRequest as Request;
 use catcher\CatchResponse;
 use catcher\base\CatchController;
-use catchAdmin\worklocation\model\Worklocation as workLocationModel;
+use catchAdmin\worklocation\model\WorkLocation as workLocationModel;
 
 class WorkLocation extends CatchController
 {