validate([ 'email' => 'required|email', 'cf-turnstile-response' => ['required', new TurnstileCheck()], ]); } }