ApiAdmin/app/Request.php
zhaoxiang 4c89dcaab8 init
2020-09-24 16:48:38 +08:00

9 lines
89 B
PHP

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