mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
10 lines
133 B
PHP
10 lines
133 B
PHP
<?php
|
|
|
|
namespace app\common\provider;
|
|
|
|
// 应用请求对象类
|
|
class Request extends \think\Request
|
|
{
|
|
protected $filter = [];
|
|
}
|