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