Skip to content

Commit b591429

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 92385f5 commit b591429

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Commands/SeedDefaultsCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Illuminate\Console\Command;
66
use Illuminate\Database\Eloquent\Model;
7+
use Spatie\Translatable\HasTranslations;
78
use Statikbe\FilamentFlexibleContentBlockPages\Facades\FilamentFlexibleContentBlockPages;
89
use Statikbe\FilamentFlexibleContentBlockPages\Models\Page;
9-
use Spatie\Translatable\HasTranslations;
1010

1111
class SeedDefaultsCommand extends Command
1212
{
@@ -63,7 +63,6 @@ public function seedSettings(): void
6363
private function setTranslatedField(Model $model, string $field, string $value, array $locales)
6464
{
6565
/** @var HasTranslations $locale */
66-
6766
foreach ($locales as $locale) {
6867
$model->setTranslation($field, $locale, $value);
6968
}

0 commit comments

Comments
 (0)