fixes for contact saves

This commit is contained in:
David Bomba 2019-10-02 17:40:10 +10:00
parent b243ce4643
commit 60ee687401

View File

@ -39,7 +39,7 @@ class ClientContactRepository extends BaseRepository
$contacts->first(function($contact){ $contacts->first(function($contact){
$contact['is_primary'] = true; $contact['is_primary'] = true;
$contact->save(); // $contact->save();
}); });