mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
增加扩展机制定位文件;将common模块实现扩展模式;发布新版本;
This commit is contained in:
9
extend/base/common/provider/RequestBase.php
Normal file
9
extend/base/common/provider/RequestBase.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace base\common\provider;
|
||||
|
||||
// 应用请求对象类
|
||||
class RequestBase extends \think\Request
|
||||
{
|
||||
protected $filter = [];
|
||||
}
|
||||
Reference in New Issue
Block a user