Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Apr 25, 2023
1 parent 97359c7 commit a9f3c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/Admin/ReportNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ReportNotification extends Notification implements ShouldQueue
{
use Queueable;

public function __construct(private string $subject, private string $message)
public function __construct(private string $subject, private string $message, private ?string $urlAction = null)
{
}

Expand Down

0 comments on commit a9f3c7d

Please sign in to comment.