mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 15:24:09 +00:00
9 lines
89 B
PHP
9 lines
89 B
PHP
|
<?php
|
||
|
namespace app;
|
||
|
|
||
|
// 应用请求对象类
|
||
|
class Request extends \think\Request
|
||
|
{
|
||
|
|
||
|
}
|