From e93127bcde001094d7f901f0b11a6d2173aecee5 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 29 Mar 2018 09:07:58 +0300 Subject: [PATCH] Fix for email history --- app/Jobs/LoadPostmarkHistory.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Jobs/LoadPostmarkHistory.php b/app/Jobs/LoadPostmarkHistory.php index 5708e10e2b..0de75ad432 100644 --- a/app/Jobs/LoadPostmarkHistory.php +++ b/app/Jobs/LoadPostmarkHistory.php @@ -84,5 +84,7 @@ class LoadPostmarkHistory extends Job $str .= '

'; } + + return $str; } }