diff --git a/app/controller/CustomerService.php b/app/controller/CustomerService.php index 19c3f28..2630bb1 100644 --- a/app/controller/CustomerService.php +++ b/app/controller/CustomerService.php @@ -4,7 +4,7 @@ declare (strict_types = 1); namespace app\controller; use app\BaseController; -use app\Model\CustomerService as CustomerServiceModel; +use app\model\CustomerService as CustomerServiceModel; use app\validate\CustomerService as CustomerServiceValidate; use think\exception\ValidateException; use think\facade\Request;