From b2f95592a61585b0a3c7befecff326b5d5c4fb4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 Aug 2025 21:19:08 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Tenancy.php | 1 - 1 file changed, 1 deletion(-) 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;