diff --git a/src/Mail/Mailable.php b/src/Mail/Mailable.php index a15910fbb..a54865617 100644 --- a/src/Mail/Mailable.php +++ b/src/Mail/Mailable.php @@ -48,7 +48,7 @@ public function buildViewData() */ public function withSerializedData($data) { - // save current locale to be serialized + // Ensure that the current locale is stored with the rest of the data for proper translation of queued messages $defaultData = [ '_current_locale' => App::getLocale(), ];