Add last progressbar advance

This commit is contained in:
monkeyless 2019-08-09 06:02:44 +02:00
parent 6d771819f4
commit 32a6100fed
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class ImportCities extends Command
} }
} }
$this->insertBuffer($buffer, $count); $this->insertBuffer($buffer, $count);
$bar->advance(count($buffer));
$bar->finish(); $bar->finish();
$this->info('Successfully imported ' . $count . ' entries.'); $this->info('Successfully imported ' . $count . ' entries.');
return; return;