diff --git a/src/Http/Request.php b/src/Http/Request.php index 365e6d8..6ad4e47 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -127,7 +127,7 @@ public function isSecured(): bool { return $this->request->isSecured(); } - + public function isSameSite(): bool { return true;