mirror of
https://github.com/aoaostar/toolbox.git
synced 2026-01-08 13:06:40 +00:00
9 lines
89 B
PHP
9 lines
89 B
PHP
<?php
|
|
namespace app;
|
|
|
|
// 应用请求对象类
|
|
class Request extends \think\Request
|
|
{
|
|
|
|
}
|