Skip to content

Commit 48b6066

Browse files
committed
fix notification
1 parent 700b3db commit 48b6066

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-uptime-monitor` will be documented in this file
44

5+
## 1.1.2 - 2016-12-19
6+
7+
- fix `CertificateCheckSucceeded` notification
8+
59
## 1.1.1 - 2016-12-12
610

711
- fix typos in command descriptions

src/Notifications/Notifications/CertificateCheckSucceeded.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function toSlack($notifiable)
3838
return (new SlackMessage)
3939
->success()
4040
->content("The certificate check for {$this->event->monitor->url} succeeded.")
41-
->attachment($this->get)
4241
->attachment(function (SlackAttachment $attachment) {
4342
$attachment->fields($this->getMonitorProperties());
4443
});

0 commit comments

Comments
 (0)