From 34547f75f63dbf89f84675d54fef08991c79b275 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 23 Feb 2023 16:23:13 +0100 Subject: [PATCH] Always bootstrap TenantConfig --- src/Features/TenantConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }