@@ -19,12 +19,12 @@ |
||
19 | 19 | "attachments" => [ |
20 | 20 | [ |
21 | 21 | "text" => "*Environment:* " . config('app.env') . " " . config('laravel_alert_notifications.slack.subject') |
22 | - . "\n" . "Request Url: " . Request::fullUrl() |
|
23 | - . "\n" . "Message: " . $this->exception->getMessage() |
|
24 | - . "\n" . "Exception: " . get_class($this->exception) |
|
25 | - . "\n" . "Exception Code: " . $this->exception->getCode() |
|
26 | - . "\n" . "In File: *" . $this->exception->getFile() . '* on line ' . $this->exception->getLine() |
|
27 | - . "\n" . "Server: " . "```" . $this->exception->getTraceAsString() . "```" |
|
22 | + . "\n" . "Request Url: " . Request::fullUrl() |
|
23 | + . "\n" . "Message: " . $this->exception->getMessage() |
|
24 | + . "\n" . "Exception: " . get_class($this->exception) |
|
25 | + . "\n" . "Exception Code: " . $this->exception->getCode() |
|
26 | + . "\n" . "In File: *" . $this->exception->getFile() . '* on line ' . $this->exception->getLine() |
|
27 | + . "\n" . "Server: " . "```" . $this->exception->getTraceAsString() . "```" |
|
28 | 28 | , "mrkdwn"=> true |
29 | 29 | ] |
30 | 30 | ] |