Use ProfileField::selectPublicFieldsByUserId
This commit is contained in:
@@ -460,6 +460,11 @@ abstract class DI
|
||||
return self::$dice->create(Repository\ProfileField::class);
|
||||
}
|
||||
|
||||
public static function profileFieldNew(): Profile\ProfileField\Depository\ProfileField
|
||||
{
|
||||
return self::$dice->create(Profile\ProfileField\Depository\ProfileField::class);
|
||||
}
|
||||
|
||||
public static function notification(): Navigation\Notifications\Depository\Notification
|
||||
{
|
||||
return self::$dice->create(Navigation\Notifications\Depository\Notification::class);
|
||||
|
||||
Reference in New Issue
Block a user