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,