初始化仓库
This commit is contained in:
9
app/Request.php
Normal file
9
app/Request.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app;
|
||||
|
||||
// 应用请求对象类
|
||||
class Request extends \think\Request
|
||||
{
|
||||
// 全局过滤规则
|
||||
protected $filter = ['trim'];
|
||||
}
|
||||
Reference in New Issue
Block a user