Fix for migration

This commit is contained in:
Hillel Coren 2018-04-10 12:44:34 +03:00
parent 779f990e64
commit a09ba934cf

View File

@ -48,7 +48,7 @@ class AddMoreCustomFields extends Migration
'product2' => 'custom_invoice_item_label2', 'product2' => 'custom_invoice_item_label2',
]; ];
foreach ($accounts as $accounts) { foreach ($accounts as $account) {
$config = []; $config = [];
foreach ($fields as $key => $field) { foreach ($fields as $key => $field) {