Merge pull request #16962 from Godmartinz/audit_notifications_fix

Added dynamic properties to audit notifications
This commit is contained in:
snipe
2025-05-20 12:34:33 +02:00
committed by GitHub

View File

@@ -2,6 +2,7 @@
namespace App\Notifications;
use AllowDynamicProperties;
use App\Models\Setting;
use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Channels\SlackWebhookChannel;
@@ -12,7 +13,7 @@ use Illuminate\Support\Str;
use NotificationChannels\MicrosoftTeams\MicrosoftTeamsChannel;
use NotificationChannels\MicrosoftTeams\MicrosoftTeamsMessage;
class AuditNotification extends Notification
#[AllowDynamicProperties] class AuditNotification extends Notification
{
use Queueable;
/**