We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700b3db commit 48b6066Copy full SHA for 48b6066
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-uptime-monitor` will be documented in this file
4
5
+## 1.1.2 - 2016-12-19
6
+
7
+- fix `CertificateCheckSucceeded` notification
8
9
## 1.1.1 - 2016-12-12
10
11
- fix typos in command descriptions
src/Notifications/Notifications/CertificateCheckSucceeded.php
@@ -38,7 +38,6 @@ public function toSlack($notifiable)
38
return (new SlackMessage)
39
->success()
40
->content("The certificate check for {$this->event->monitor->url} succeeded.")
41
- ->attachment($this->get)
42
->attachment(function (SlackAttachment $attachment) {
43
$attachment->fields($this->getMonitorProperties());
44
});
0 commit comments