1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
This commit is contained in:
David Bomba 2019-10-02 19:34:39 +10:00
parent 88ad2fc5a5
commit 72afe5912c

View File

@ -57,7 +57,7 @@ class ClientContactRepository extends BaseRepository
$update_contact->client_id = $client->id;
$update_contact->company_id = $client->company_id;
$update_contact->user_id = $client->user_id;
$update_contact->contact_key = Str::random(40);
$update_contact->contact_key = \Str::random(40);
}
$update_contact->fill($contact);