From 8d71e6b2688cecb2f15fe9cf8de551a15bd2bf39 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 9 Jul 2016 18:20:57 -0700 Subject: [PATCH] Fixed indenting --- app/Console/Commands/ObjectImportCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/ObjectImportCommand.php b/app/Console/Commands/ObjectImportCommand.php index 203a36d552..1dcc141a67 100644 --- a/app/Console/Commands/ObjectImportCommand.php +++ b/app/Console/Commands/ObjectImportCommand.php @@ -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)); }