Rename migration method for clarity in Repository\ProfileField

This commit is contained in:
Hypolite Petovan 2020-01-23 14:00:35 -05:00
parent a9695998e9
commit 451596f5b3
3 changed files with 3 additions and 3 deletions

View file

@ -263,7 +263,7 @@ class UserImport
$profile['id'] = DBA::lastInsertId();
}
DI::profileField()->migrateFromProfile($profile);
DI::profileField()->migrateFromLegacyProfile($profile);
}
///@TODO Replace with permissionset import