Skip to content

Commit 112d809

Browse files
committed
✨ (Config): 图片验证码缓存key修改
1 parent e62734c commit 112d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'passport' => [
5-
'check_captcha_cache_key' => 'captchaUniqId',
5+
'check_captcha_cache_key' => 'captcha_uniq_id',
66
'password_salt' => env('LANDAO_PASSPORT_PASSWORD_SALT', env('APP_KEY'))
77
],
88
'security' => [

0 commit comments

Comments
 (0)