优化项目目录结构
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\controller\admin;
|
||||
|
||||
use app\controller\Admin;
|
||||
use app\model\AuthGroup;
|
||||
use app\model\AuthRule;
|
||||
|
||||
@@ -16,7 +15,7 @@ use app\model\AuthRule;
|
||||
* @title 用户组管理
|
||||
* @description 用户组管理
|
||||
*/
|
||||
class Group extends Admin {
|
||||
class Group extends Base {
|
||||
|
||||
/**
|
||||
* @title 用户组列表
|
||||
|
||||
Reference in New Issue
Block a user