Limit-Status im Upload-Flow anzeigen (Warnbanner + Sperrzustände).
Upload-Fehlercodes auswerten und freundliche Dialoge zeigen.
This commit is contained in:
@@ -20,6 +20,11 @@ class TenantNotificationPreferences
|
||||
'credits_low' => true,
|
||||
];
|
||||
|
||||
public static function defaults(): array
|
||||
{
|
||||
return self::DEFAULTS;
|
||||
}
|
||||
|
||||
public function shouldNotify(Tenant $tenant, string $preferenceKey): bool
|
||||
{
|
||||
$preferences = $tenant->notification_preferences ?? [];
|
||||
|
||||
Reference in New Issue
Block a user