1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Update UserImpersonation.php

This commit is contained in:
Samuel Štancl 2022-12-17 02:06:57 +01:00 committed by GitHub
parent f5074836ef
commit d449b7a97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();