mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fixed indenting
This commit is contained in:
parent
6bdc88cfea
commit
8d71e6b268
|
@ -104,6 +104,7 @@ class ObjectImportCommand extends Command
|
|||
$this->consumables = Consumable::All(['name']);
|
||||
$this->customfields = CustomField::All(['name']);
|
||||
$bar = null;
|
||||
|
||||
if (!$this->option('web-importer')) {
|
||||
$bar = $this->output->createProgressBar(count($newarray));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue