Línea 366... |
Línea 366... |
366 |
'user_id' => $user->uuid,
|
366 |
'user_id' => $user->uuid,
|
367 |
'user_uuid' => ($user->uuid),
|
367 |
'user_uuid' => ($user->uuid),
|
368 |
'full_name' => trim($user->first_name . ' ' . $user->last_name),
|
368 |
'full_name' => trim($user->first_name . ' ' . $user->last_name),
|
369 |
'user_profile_id' => $userProfile->id,
|
369 |
'user_profile_id' => $userProfile->id,
|
370 |
'user_profile_uuid' => $userProfile->uuid,
|
370 |
'user_profile_uuid' => $userProfile->uuid,
|
371 |
'image' => $storage->getUserProfileImage($user, $userProfile),
|
371 |
'image' => $storage->getUserProfileImage($currentUser, $userProfile),
|
372 |
'cover' => $storage->getUserProfileCover($user, $userProfile),
|
372 |
'cover' => $storage->getUserProfileCover($currentUser, $userProfile),
|
373 |
'overview' => $userProfile->description,
|
373 |
'overview' => $userProfile->description,
|
374 |
'facebook' => $userProfile->facebook,
|
374 |
'facebook' => $userProfile->facebook,
|
375 |
'instagram' => $userProfile->instagram,
|
375 |
'instagram' => $userProfile->instagram,
|
376 |
'twitter' => $userProfile->twitter,
|
376 |
'twitter' => $userProfile->twitter,
|
377 |
'formatted_address' => $formattedAddress,
|
377 |
'formatted_address' => $formattedAddress,
|