mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
调整统一provider目录;增加content事件的快速登录案例;
This commit is contained in:
9
app/common/provider/Request.php
Normal file
9
app/common/provider/Request.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\provider;
|
||||
|
||||
// 应用请求对象类
|
||||
class Request extends \think\Request
|
||||
{
|
||||
protected $filter = ['ua_htmlspecialchars'];
|
||||
}
|
||||
Reference in New Issue
Block a user