Merge pull request #8156 from MrPetovan/task/7817-custom-fields-part-2
New custom profile fields feature part 2: Feature switcheroo
This commit is contained in:
@@ -292,6 +292,14 @@ abstract class DI
|
||||
return self::$dice->create(Repository\PermissionSet::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Repository\ProfileField
|
||||
*/
|
||||
public static function profileField()
|
||||
{
|
||||
return self::$dice->create(Repository\ProfileField::class);
|
||||
}
|
||||
|
||||
//
|
||||
// "Protocol" namespace instances
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user