mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
4578c9ed7d
commit
b2f95592a6
1 changed files with 0 additions and 1 deletions
|
|
@ -185,7 +185,6 @@ class Tenancy
|
|||
{
|
||||
foreach (config('tenancy.features') ?? [] as $feature) {
|
||||
/** @var class-string<Feature> $feature */
|
||||
|
||||
if (! in_array($feature, $this->bootstrappedFeatures)) {
|
||||
app($feature)->bootstrap();
|
||||
$this->bootstrappedFeatures[] = $feature;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue