Add last progressbar advance

pull/1579/head
monkeyless 7 years ago
parent 6d771819f4
commit 32a6100fed

@ -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;

Loading…
Cancel
Save