We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa04bb1 commit 0ee80b1Copy full SHA for 0ee80b1
1 file changed
app/Http/Middleware/VerifyReCaptcha.php
@@ -17,7 +17,7 @@ class VerifyReCaptcha
17
*/
18
public function handle($request, Closure $next)
19
{
20
- if (!config('recaptcha.enabled')) return next($request);
+ if (!config('recaptcha.enabled')) return $next($request);
21
22
$response_domain = null;
23
0 commit comments