Use ProfileField::selectPublicFieldsByUserId

This commit is contained in:
Philipp
2021-10-08 19:45:20 +02:00
parent 1c0f92c382
commit a9981c792e
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);