1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

remove logo from company migration

This commit is contained in:
David Bomba 2021-01-13 20:13:48 +11:00
parent bcab38b364
commit 2f9749ce03

View File

@ -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,