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 908ff13 commit 6412642Copy full SHA for 6412642
src/Guards/AuthenticationGuard.php
@@ -92,7 +92,7 @@ public function getCredential(): ?CredentialEntityContract
92
return $this->getImposter();
93
}
94
95
- if ($this->credential instanceof CredentialEntityContract) {
+ if (!$this->credential instanceof CredentialEntityContract) {
96
$updated = $this->findSession();
97
$this->setCredential($updated);
98
$this->pushState($updated);
0 commit comments