1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Remove last_login from migration array of clients

This commit is contained in:
David Bomba 2020-01-24 13:17:51 +11:00
parent b67b97430c
commit c2dfc3055c

View File

@ -163,7 +163,6 @@ class StepsController extends BaseController
'country_id' => $client->country_id,
'phone' => $client->work_phone,
'private_notes' => $client->private_notes,
'last_login' => $client->last_login,
'website' => $client->website,
'industry_id' => $client->industry_id,
'size_id' => $client->size_id,