captchaVerifier->provider() === 'turnstile' && $this->captchaVerifier->isEnabled(); } public function verify(string $token, ?string $ip = null): bool { return $this->captchaVerifier->verify($token, $ip); } }