Усовершенствован валидатор ReCaptcha и покрыт тестами

This commit is contained in:
ErickSkrauch
2016-08-03 15:56:08 +03:00
parent 327e900f2b
commit bef12954bd
4 changed files with 113 additions and 42 deletions

View File

@@ -4,5 +4,9 @@ return [
'user' => [
'secret' => 'tests-secret-key',
],
'reCaptcha' => [
'public' => 'public-key',
'secret' => 'private-key',
],
],
];