Skip to content

Commit 54734a1

Browse files
committed
Update ImportTranslationsCommand.php
1 parent f05803f commit 54734a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/ImportTranslationsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected function importLanguages(): void
145145
// if force is true or if the user confirms the question
146146

147147
if ($this->option('force') || $this->confirm('The ltu_languages table does not exist or is empty, would you like to install the default languages?', true)) {
148-
// $this->call('db:seed', ['--class' => LanguagesTableSeeder::class, '--force' => true]);
148+
$this->call('db:seed', ['--class' => LanguagesTableSeeder::class, '--force' => true]);
149149
} else {
150150
$this->error('The ltu_languages table does not exist or is empty, please run the translations:install command first.');
151151

0 commit comments

Comments
 (0)