diff --git a/src/Features/TenantConfig.php b/src/Features/TenantConfig.php index deacec68..cb119f6e 100644 --- a/src/Features/TenantConfig.php +++ b/src/Features/TenantConfig.php @@ -72,6 +72,6 @@ class TenantConfig implements Feature public static function alwaysBootstrap(): bool { - return false; + return true; } }