Use ProfileField::selectPublicFieldsByUserId

This commit is contained in:
Philipp 2021-10-08 19:45:20 +02:00
parent 1c0f92c382
commit a9981c792e
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
9 changed files with 170 additions and 40 deletions

View file

@ -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);