diff --git a/src/Illuminate/Console/Scheduling/Event.php b/src/Illuminate/Console/Scheduling/Event.php index 1805d3f2928e..5268f4f62b98 100644 --- a/src/Illuminate/Console/Scheduling/Event.php +++ b/src/Illuminate/Console/Scheduling/Event.php @@ -844,7 +844,7 @@ protected function emailOutput(Mailer $mailer, $addresses, $onlyIfOutputExists = protected function getEmailSubject() { if ($this->description) { - return 'Scheduled Job Output ('.$this->description.')'; + return $this->description; } return 'Scheduled Job Output';