Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpan committed Dec 5, 2019
1 parent a83e433 commit 55d2ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Captcha implements CaptchaInterface
];

protected $cfg = [
'curve' => 2, // 画混淆曲线数量
'curve' => 1, // 画混淆曲线数量
'distort' => 3, // 扭曲级别(0-9),0为不扭曲,建议为验证码字体大小/6
'length' => 4, // 验证码位数
'fontSize' => 36, // 验证码字体大小(px)
Expand Down

0 comments on commit 55d2ee6

Please sign in to comment.