Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 14, 2022
1 parent 5ccc1fa commit e6ee0f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Illuminate/Auth/SessionGuard.php
Expand Up @@ -631,8 +631,9 @@ protected function clearUserDataFromStorage()
$this->getCookieJar()->unqueue($this->getRecallerName());

if (! is_null($this->recaller())) {
$this->getCookieJar()->queue($this->getCookieJar()
->forget($this->getRecallerName()));
$this->getCookieJar()->queue(
$this->getCookieJar()->forget($this->getRecallerName())
);
}
}

Expand Down

0 comments on commit e6ee0f6

Please sign in to comment.