tongshanglei 2 years ago
parent
commit
7479cb81c8
1 changed files with 1 additions and 1 deletions
  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
 {