mirror of
https://gh.wpcy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-05-31 00:15:01 +08:00
8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
namespace app;
|
|
|
|
// 应用请求对象类
|
|
class Request extends \think\Request
|
|
{
|
|
|
|
}
|