Skip to content

Commit b2f9559

Browse files
Fix code style (php-cs-fixer)
1 parent 4578c9e commit b2f9559

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tenancy.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public function bootstrapFeatures(): void
185185
{
186186
foreach (config('tenancy.features') ?? [] as $feature) {
187187
/** @var class-string<Feature> $feature */
188-
189188
if (! in_array($feature, $this->bootstrappedFeatures)) {
190189
app($feature)->bootstrap();
191190
$this->bootstrappedFeatures[] = $feature;

0 commit comments

Comments
 (0)