Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit bf7be19

Browse files
committed
Merge branch 'develop' into release/v3
* develop: Route Facade complete name in routes.php
2 parents 26ab0df + 0ce0061 commit bf7be19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* MIT license: https://github.com/biscolab/laravel-recaptcha/blob/master/LICENSE
99
*/
1010

11-
Route::get(
11+
\Illuminate\Support\Facades\Route::get(
1212
config('recaptcha.default_validation_route', 'biscolab-recaptcha/validate'),
1313
['uses' => 'Biscolab\ReCaptcha\Controllers\ReCaptchaController@validateV3']
1414
)->middleware('web');

0 commit comments

Comments
 (0)