Move ProfileFieldRepository::migrateFromLegacyProfile() & delete old repository
This commit is contained in:
@@ -45,7 +45,7 @@ class Show extends BaseApi
|
||||
|
||||
$profile = Profile::getByUID($uid);
|
||||
|
||||
$profileFields = DI::profileFieldNew()->selectPublicFieldsByUserId($uid);
|
||||
$profileFields = DI::profileField()->selectPublicFieldsByUserId($uid);
|
||||
|
||||
$profile = self::formatProfile($profile, $profileFields);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user