WIP add notification preferences table to user profile form

This commit is contained in:
2025-06-10 15:55:01 +02:00
parent c9c565809a
commit cf780b6e36
8 changed files with 172 additions and 22 deletions

View File

@@ -21,9 +21,9 @@ final readonly class NotificationFlagManager
private array $notificationFlagProviders;
public function __construct(
iterable $notificaitonFlagProviders,
iterable $notificationFlagProviders,
) {
$this->notificationFlagProviders = iterator_to_array($notificaitonFlagProviders);
$this->notificationFlagProviders = iterator_to_array($notificationFlagProviders);
}
public function getAllNotificationFlagProviders(): array