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

Always bootstrap TenantConfig

This commit is contained in:
lukinovec 2023-02-23 16:23:13 +01:00
parent 91f8adb698
commit 34547f75f6

View file

@ -72,6 +72,6 @@ class TenantConfig implements Feature
public static function alwaysBootstrap(): bool public static function alwaysBootstrap(): bool
{ {
return false; return true;
} }
} }