From 2f9749ce034f0381c54e318f00af1de4a2f67239 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 13 Jan 2021 20:13:48 +1100 Subject: [PATCH] remove logo from company migration --- app/Traits/GenerateMigrationResources.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 935d7d85b5..13e6a119a7 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -77,7 +77,6 @@ trait GenerateMigrationResources 'industry_id' => $this->account->industry_id, 'ip' => $this->account->ip, 'company_key' => $this->account->account_key, - 'logo' => $this->account->logo, 'convert_products' => $this->account->convert_products, 'fill_products' => $this->account->fill_products, 'update_products' => $this->account->update_products,