encrypt token cookie

This commit is contained in:
printempw 2017-01-14 20:24:48 +08:00
parent 74fc9eb2b0
commit 3fcb991ac7

View File

@ -15,7 +15,6 @@ class EncryptCookies extends BaseEncrypter
*/
protected $except = [
'locale',
'token'
];
}