1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 05:14:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2025-08-31 21:19:08 +00:00
parent 4578c9ed7d
commit b2f95592a6

View file

@ -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;