mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
remove tenant_unaware_features key and use static function
This commit is contained in:
parent
250f927d33
commit
be6b2f8248
9 changed files with 35 additions and 9 deletions
|
|
@ -50,4 +50,9 @@ class UserImpersonation implements Feature
|
|||
|
||||
return redirect($token->redirect_url);
|
||||
}
|
||||
|
||||
public static function alwaysBootstrap(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue