profile->user_uuid = $data['user_uuid']; $this->profile->created_uuid = $data['created_uuid']; $this->profile->updated_uuid = $data['updated_uuid']; return $this->profile->save(); } }