turnstileProvider->isEnabled(); } public function siteKey(): string { return $this->turnstileProvider->siteKey(); } public function scriptUrl(): string { return $this->turnstileProvider->scriptUrl(); } public function verify(string $token, ?string $ip = null): bool { return $this->turnstileProvider->verify($token, $ip); } }