wugg 1 năm trước cách đây
mục cha
commit
79d11b909e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/api/controller/Base.php

+ 2 - 2
app/api/controller/Base.php

@@ -6,8 +6,8 @@ namespace app\api\controller;
 use think\App;
 use think\exception\HttpResponseException;
 use think\Response;
-
-class Base extends \app\controller\Base
+use app\BaseController;
+class Base extends BaseController
 {
 	public function __construct(App $app) {
 		parent::__construct($app);