Parcourir la source

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

likang il y a 2 ans
Parent
commit
0b91c68524
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 {