We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a34d06 commit 9b29875Copy full SHA for 9b29875
Authenticator/Passport/Badge/CsrfTokenBadge.php
@@ -45,7 +45,7 @@ public function getCsrfTokenId(): string
45
return $this->csrfTokenId;
46
}
47
48
- public function getCsrfToken(): string
+ public function getCsrfToken(): ?string
49
{
50
return $this->csrfToken;
51
0 commit comments