Fixed indenting

This commit is contained in:
snipe 2016-07-09 18:20:57 -07:00
parent 6bdc88cfea
commit 8d71e6b268

View file

@ -103,7 +103,8 @@ class ObjectImportCommand extends Command
$this->accessories = Accessory::All(['name']);
$this->consumables = Consumable::All(['name']);
$this->customfields = CustomField::All(['name']);
$bar = null;
$bar = null;
if (!$this->option('web-importer')) {
$bar = $this->output->createProgressBar(count($newarray));
}