yingzi 2 years ago
parent
commit
c91509379d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/system/controller/ServiceLabel.php

+ 1 - 1
app/system/controller/ServiceLabel.php

@@ -1,6 +1,6 @@
 <?php
 declare (strict_types = 1);
-titlespace app\system\controller\v1;
+namespace app\system\controller;
 
 use app\BaseController;
 use app\model\api\ServiceLabel as LabelModel;