im/app/Request.php

9 lines
89 B
PHP
Raw Permalink Normal View History

2023-09-26 18:09:46 +08:00
<?php
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
}