diff --git a/src/Services/ImpersonateManager.php b/src/Services/ImpersonateManager.php index 5bdd05a..2ea7f50 100644 --- a/src/Services/ImpersonateManager.php +++ b/src/Services/ImpersonateManager.php @@ -122,6 +122,7 @@ public function take($from, $to, $guardName = null) } catch (\Exception $e) { unset($e); + $this->clear(); return false; }