1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Remove last_login from migration array of clients

This commit is contained in:
David Bomba 2020-01-24 13:16:02 +11:00
parent 536c9c4a82
commit 0ffa9a971d

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,