wugg 1 年之前
父節點
當前提交
6b9eb05ced
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/System.php

+ 1 - 1
app/admin/controller/System.php

@@ -8,7 +8,7 @@ use think\App;
 use think\facade\Validate;
 use think\facade\Db;
 
-class System extends  BaseController
+class System extends  Base
 {
 	public function __construct(App $app) {
 		parent::__construct($app);