Move ProfileFieldRepository::updateCollectionFromForm()

This commit is contained in:
Philipp
2021-10-10 20:39:35 +02:00
parent 6f692b857b
commit f403851946
9 changed files with 320 additions and 177 deletions

View File

@@ -465,6 +465,11 @@ abstract class DI
return self::$dice->create(Profile\ProfileField\Depository\ProfileField::class);
}
public static function profileFieldFactory(): Profile\ProfileField\Factory\ProfileField
{
return self::$dice->create(Profile\ProfileField\Factory\ProfileField::class);
}
public static function notification(): Navigation\Notifications\Depository\Notification
{
return self::$dice->create(Navigation\Notifications\Depository\Notification::class);