@@ -9,7 +9,7 @@ |
||
9 | 9 | */ |
10 | 10 | |
11 | 11 | \Illuminate\Support\Facades\Route::get( |
12 | - // \Illuminate\Support\Facades\Config instead of "config" helper to avoid exceptions during coverage tests |
|
13 | - config('recaptcha.default_validation_route', 'biscolab-recaptcha/validate'), |
|
14 | - ['uses' => 'Biscolab\ReCaptcha\Controllers\ReCaptchaController@validateV3'] |
|
12 | + // \Illuminate\Support\Facades\Config instead of "config" helper to avoid exceptions during coverage tests |
|
13 | + config('recaptcha.default_validation_route', 'biscolab-recaptcha/validate'), |
|
14 | + ['uses' => 'Biscolab\ReCaptcha\Controllers\ReCaptchaController@validateV3'] |
|
15 | 15 | )->middleware('web'); |
16 | 16 | \ No newline at end of file |