Skip to content

Commit

Permalink
Fix AlertRaised properties (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell authored Apr 20, 2023
1 parent cd3098f commit 943e7fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Notifications/AlertRaised.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

class AlertRaised extends AbstractAlert
{
protected string $event = 'alert_raised';

protected string $subject = 'Monitor Alert: Error Detected';

public function __construct(array $payload, Collection $users)
{
parent::__construct(
Expand Down

0 comments on commit 943e7fb

Please sign in to comment.