Skip to content

Commit

Permalink
Update ImportTranslationsCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
samehdoush committed Jan 3, 2024
1 parent e3b30de commit f05803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/ImportTranslationsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected function importLanguages(): void
// if force is true or if the user confirms the question

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)) {
$this->call('db:seed', ['--class' => LanguagesTableSeeder::class, '--force' => true]);
// $this->call('db:seed', ['--class' => LanguagesTableSeeder::class, '--force' => true]);
} else {
$this->error('The ltu_languages table does not exist or is empty, please run the translations:install command first.');

Expand Down

0 comments on commit f05803f

Please sign in to comment.