buildadmin/app/Request.php
2022-08-23 23:01:30 +08:00

10 lines
90 B
PHP

<?php
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
}