mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Rename migration method for clarity in Repository\ProfileField
This commit is contained in:
parent
a9695998e9
commit
451596f5b3
3 changed files with 3 additions and 3 deletions
|
@ -231,7 +231,7 @@ class ProfileField extends BaseRepository
|
|||
* @param array $profile Profile table row
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function migrateFromProfile(array $profile)
|
||||
public function migrateFromLegacyProfile(array $profile)
|
||||
{
|
||||
// Already processed, aborting
|
||||
if ($profile['is-default'] === null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue