monkeyless 6 лет назад
Родитель
Сommit
32a6100fed
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Console/Commands/ImportCities.php

+ 1 - 0
app/Console/Commands/ImportCities.php

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