We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4578c9e commit b2f9559Copy full SHA for b2f9559
src/Tenancy.php
@@ -185,7 +185,6 @@ public function bootstrapFeatures(): void
185
{
186
foreach (config('tenancy.features') ?? [] as $feature) {
187
/** @var class-string<Feature> $feature */
188
-
189
if (! in_array($feature, $this->bootstrappedFeatures)) {
190
app($feature)->bootstrap();
191
$this->bootstrappedFeatures[] = $feature;
0 commit comments