File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 226226 ],
227227 'mail ' => [
228228 'timeline ' => false , // Add mails to the timeline
229- 'show_body ' => false ,
230- 'full_log ' => false ,
229+ 'show_body ' => true ,
231230 ],
232231 'views ' => [
233232 'timeline ' => false , // Add the views to the timeline (Experimental)
Original file line number Diff line number Diff line change @@ -433,10 +433,7 @@ function (\Illuminate\Database\Events\ConnectionEstablished $event) {
433433 $ mailCollector ->addSymfonyMessage ($ event ->sent ->getSymfonySentMessage ());
434434 });
435435
436- if ($ config ->get ('debugbar.options.mail.full_log ' )) {
437- $ mailCollector ->showMessageDetail ();
438- }
439- if ($ config ->get ('debugbar.options.mail.show_body ' )) {
436+ if ($ config ->get ('debugbar.options.mail.show_body ' ) || $ config ->get ('debugbar.options.mail.full_log ' )) {
440437 $ mailCollector ->showMessageBody ();
441438 }
442439
You can’t perform that action at this time.
0 commit comments