Skip to content

Commit 0867428

Browse files
universe-42f3l1x
authored andcommitted
implement isSameSite (base on interface)
1 parent 2465e4e commit 0867428

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Http/Request.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,10 @@ public function isSecured(): bool
127127
{
128128
return $this->request->isSecured();
129129
}
130+
131+
public function isSameSite(): bool
132+
{
133+
return true;
134+
}
130135

131136
}

0 commit comments

Comments
 (0)