Línea 322... |
Línea 322... |
322 |
'user_uuid' => ($user->uuid),
|
322 |
'user_uuid' => ($user->uuid),
|
323 |
'full_name' => trim($userProfile->name),
|
323 |
'full_name' => trim($userProfile->name),
|
324 |
//'full_name' => trim($user->first_name . ' ' . $user->last_name),
|
324 |
//'full_name' => trim($user->first_name . ' ' . $user->last_name),
|
325 |
'user_profile_id' => $userProfile->id,
|
325 |
'user_profile_id' => $userProfile->id,
|
326 |
'user_profile_uuid' => $userProfile->uuid,
|
326 |
'user_profile_uuid' => $userProfile->uuid,
|
327 |
'image' => $this->url()->fromRoute('storage',['id' => $userProfile->uuid, 'type' => 'user-profile', 'filename' => $user->image]),
|
327 |
'image' => $this->url()->fromRoute('storage',['code' => $userProfile->uuid, 'type' => 'user-profile', 'filename' => $user->image]),
|
328 |
'cover' => $this->url()->fromRoute('storage',['id' => $userProfile->uuid, 'type' => 'user-cover', 'filename' => $userProfile->cover]),
|
328 |
'cover' => $this->url()->fromRoute('storage',['code' => $userProfile->uuid, 'type' => 'user-cover', 'filename' => $userProfile->cover]),
|
329 |
'overview' => $userProfile->description,
|
329 |
'overview' => $userProfile->description,
|
330 |
'facebook' => $userProfile->facebook,
|
330 |
'facebook' => $userProfile->facebook,
|
331 |
'instagram' => $userProfile->instagram,
|
331 |
'instagram' => $userProfile->instagram,
|
332 |
'twitter' => $userProfile->twitter,
|
332 |
'twitter' => $userProfile->twitter,
|
333 |
'formatted_address' => $formattedAddress,
|
333 |
'formatted_address' => $formattedAddress,
|