mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
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:
commit
09de4a5b47
86 changed files with 2352 additions and 3855 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue