SMS service
This commit is contained in:
@@ -139,7 +139,7 @@ public function share(Request $request): array
|
||||
? \App\Models\Client::query()
|
||||
->whereIn('clients.id', $clientIds)
|
||||
->with(['person:id,full_name'])
|
||||
->get(['clients.id', 'clients.person_id'])
|
||||
->get(['clients.id', 'clients.uuid', 'clients.person_id'])
|
||||
->keyBy('id')
|
||||
: collect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user