Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 26, 2017
1 parent 3b9e9be commit 2cc1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/Notifications/CheckFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function toMail($notifiable)
public function toSlack($notifiable)
{
return (new SlackMessage)
->warning()
->error()
->attachment(function (SlackAttachment $attachment) {
$attachment
->title($this->getSubject())
Expand Down

0 comments on commit 2cc1e61

Please sign in to comment.