1
0
Fork 0
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:
Abrar Ahmad 2022-11-28 11:23:30 +05:00
parent 250f927d33
commit be6b2f8248
9 changed files with 35 additions and 9 deletions

View file

@ -50,4 +50,9 @@ class UserImpersonation implements Feature
return redirect($token->redirect_url);
}
public static function alwaysBootstrap(): bool
{
return false;
}
}