From 69a68784bdf29b6ef2a496e7588fefa8d29035a7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 9 Jan 2017 18:44:43 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- app/Notifications/Incident/NewIncidentNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Incident/NewIncidentNotification.php b/app/Notifications/Incident/NewIncidentNotification.php index d127fe97..350905eb 100644 --- a/app/Notifications/Incident/NewIncidentNotification.php +++ b/app/Notifications/Incident/NewIncidentNotification.php @@ -105,7 +105,7 @@ class NewIncidentNotification extends Notification public function toSlack($notifiable) { $content = trans('notifications.incident.new.slack.content', [ - 'app_name' => Config::get('setting.app_name') + 'app_name' => Config::get('setting.app_name'), ]); $status = 'info';