Skip to content

Commit a9f3c7d

Browse files
committed
fix
1 parent 97359c7 commit a9f3c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifications/Admin/ReportNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ReportNotification extends Notification implements ShouldQueue
1111
{
1212
use Queueable;
1313

14-
public function __construct(private string $subject, private string $message)
14+
public function __construct(private string $subject, private string $message, private ?string $urlAction = null)
1515
{
1616
}
1717

0 commit comments

Comments
 (0)