Skip to content

Commit

Permalink
#2594 Seeder now also correctly inserts the name of the root in the k…
Browse files Browse the repository at this point in the history
…ey as well
  • Loading branch information
Wotuu committed Oct 24, 2024
1 parent 68d073e commit 80e995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/TranslationsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function run(): void

$translationAttributes = array_merge(
$translationAttributes,
$this->insertTranslationsRecursive($translations, $locale)
$this->insertTranslationsRecursive($translations, $locale, $fileName . '.')
);
}
}
Expand Down

0 comments on commit 80e995c

Please sign in to comment.