diff --git a/app/Models/userAccess.php b/app/Models/userAccess.php index cb3fb6d..c36f042 100644 --- a/app/Models/userAccess.php +++ b/app/Models/userAccess.php @@ -31,7 +31,7 @@ class userAccess extends baseModel if (count($data['profile_data']) == 1) { $data['profile_data'][0]['password'] = '**REMOVED**'; $member_id = $data['profile_data'][0]['mid']; - $member_uid = $data['profile_data'][0]['uuid']; + $member_uid = $data['profile_data'][0]['mid']; //$data['profile_data'][0]['uuid']; $data['profile_data'][0]['member_id'] = $member_id; // fixing issue of member id used in profile $possibeLayout =['33010','33015','33020','33025','33030','33035','33040']; $computedDash = $possibeLayout[rand(0,6)];// 33010; // Recomendation engine points