Proyectos de Subversion LeadersLinked - Services

Rev

Rev 333 | Rev 595 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 333 Rev 594
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->getUserImage($user->uuid),
371
                    'image'                         => $storage->getUserProfileImage($user, $userProfile),
372
                    'cover'                         => $storage->getUserProfileCover($user->uuid, $userProfile->cover),
372
                    'cover'                         => $storage->getUserProfileCover($user, $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,