mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update AdminPlugs.php
This commit is contained in:
parent
e7be978c5a
commit
ea7eca04dc
@ -16,21 +16,22 @@
|
||||
namespace think\admin\plugs;
|
||||
|
||||
/**
|
||||
* 后台Admin模块更新
|
||||
* Class AdminPlugs
|
||||
* @package think\admin\plugs
|
||||
*/
|
||||
class AdminPlugs extends Plugs
|
||||
{
|
||||
/**
|
||||
* 文件规则
|
||||
* 查询规则
|
||||
* @var array
|
||||
*/
|
||||
protected $rules = ['think', 'app/admin'];
|
||||
|
||||
protected function configure()
|
||||
{
|
||||
$this->rules = ['application/admin/', 'think'];
|
||||
$this->setName('xplugs:admin')->setDescription('[同步]覆盖本地Admin模块代码');
|
||||
$this->setName('xplugs:admin');
|
||||
$this->setDescription('[同步]覆盖本地Admin模块代码');
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user