wugg 1 год назад
Родитель
Сommit
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);