diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 4c724dd8fafd..db8a85266ad5 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -81,7 +81,7 @@ class CheckData extends Command Mail::raw($this->log, function ($message) use ($errorEmail) { $message->to($errorEmail) ->from(CONTACT_EMAIL) - ->subject('Check-Data'); + ->subject('Check-Data: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE)); }); } }