mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
增加扩展机制定位文件;将common模块实现扩展模式;发布新版本;
This commit is contained in:
@@ -1,19 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\common\constants;
|
||||
|
||||
use base\common\constants\AdminConstantBase;
|
||||
|
||||
/**
|
||||
* 管理员常量
|
||||
* Class AdminConstant
|
||||
* @package app\common\constants
|
||||
* Class AdminConstant.
|
||||
*/
|
||||
class AdminConstant
|
||||
class AdminConstant extends AdminConstantBase
|
||||
{
|
||||
|
||||
/**
|
||||
* 超级管理员,不受权限控制
|
||||
*/
|
||||
const SUPER_ADMIN_ID = 1;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user