Skip to content

Commit

Permalink
Remove last_login from migration array of clients
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jan 24, 2020
1 parent b67b974 commit c2dfc30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Migration/StepsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ protected function getClients()
'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,
Expand Down

0 comments on commit c2dfc30

Please sign in to comment.