Skip to content

Commit e6ee0f6

Browse files
committed
wip
1 parent 5ccc1fa commit e6ee0f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,9 @@ protected function clearUserDataFromStorage()
631631
$this->getCookieJar()->unqueue($this->getRecallerName());
632632

633633
if (! is_null($this->recaller())) {
634-
$this->getCookieJar()->queue($this->getCookieJar()
635-
->forget($this->getRecallerName()));
634+
$this->getCookieJar()->queue(
635+
$this->getCookieJar()->forget($this->getRecallerName())
636+
);
636637
}
637638
}
638639

0 commit comments

Comments
 (0)