对friend_edit的COOKIE内容不进行加密

Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
筱锋xiao_lfeng 2023-06-30 16:22:20 +08:00
parent f0d0dc6db3
commit 3c72e92a62

View File

@ -17,6 +17,6 @@ class EncryptCookies extends Middleware
* @var array<int, string>
*/
protected $except = [
//
'friend_edit',
];
}