update:配置更新

This commit is contained in:
JaguarJack
2020-07-26 18:43:09 +08:00
parent 3ab7e207c9
commit cc34e058f0
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ return [
//JWT hashing algorithm
'algo' => env('JWT_ALGO', 'HS256'),
'blacklist_storage' => thans\jwt\provider\storage\Tp5::class,
'blacklist_storage' => thans\jwt\provider\storage\Tp6::class,
];