Test Failed
Branch feature/test_config_facade_in_... (2c77ee)
by Roberto
02:35
created
src/routes/routes.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.