7 lines
99 B
PHP
7 lines
99 B
PHP
<?php
|
|
|
|
return [
|
|
"token" => env("RECAPTCHA_TOKEN"),
|
|
"secret" => env("RECAPTCHA_SECRET"),
|
|
];
|