We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186f322 commit 3aa4814Copy full SHA for 3aa4814
app/Notifications/AuditNotification.php
@@ -2,6 +2,7 @@
2
3
namespace App\Notifications;
4
5
+use AllowDynamicProperties;
6
use App\Models\Setting;
7
use Illuminate\Bus\Queueable;
8
use Illuminate\Notifications\Channels\SlackWebhookChannel;
@@ -12,7 +13,7 @@
12
13
use NotificationChannels\MicrosoftTeams\MicrosoftTeamsChannel;
14
use NotificationChannels\MicrosoftTeams\MicrosoftTeamsMessage;
15
-class AuditNotification extends Notification
16
+#[AllowDynamicProperties] class AuditNotification extends Notification
17
{
18
use Queueable;
19
/**
0 commit comments