diff --git a/src/Tenancy.php b/src/Tenancy.php index 81e9b1ea..95eeb950 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -185,7 +185,6 @@ class Tenancy { foreach (config('tenancy.features') ?? [] as $feature) { /** @var class-string $feature */ - if (! in_array($feature, $this->bootstrappedFeatures)) { app($feature)->bootstrap(); $this->bootstrappedFeatures[] = $feature;