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';