mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
Update UserImpersonation.php
This commit is contained in:
parent
f5074836ef
commit
d449b7a97e
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class UserImpersonation implements Feature
|
||||||
/**
|
/**
|
||||||
* Logout from the current domain and forget impersonation session.
|
* Logout from the current domain and forget impersonation session.
|
||||||
*/
|
*/
|
||||||
public static function leave(): void
|
public static function leave(): void // todo possibly rename
|
||||||
{
|
{
|
||||||
auth()->logout();
|
auth()->logout();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue