File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ protected function composeTitle(array $record)
70
70
return $ title ;
71
71
}
72
72
73
- $ environment = e ($ environment );
73
+ $ environment = e (str_upper ( $ environment) );
74
74
$ title .= '<style>.title { padding-bottom: 0px !important; } .subtitle { padding-top: 0px !important; }</style> ' ;
75
75
$ title .= "<h3 class='subtitle'>This notification was sent from ` {$ environment }` environment!</h3> " ;
76
76
@@ -87,7 +87,6 @@ protected function composeDetails(array $record)
87
87
$ details .= $ this ->composeRow ('Context ' , $ context );
88
88
}
89
89
$ details .= $ this ->composeRow ('Time ' , $ record ['datetime ' ]->format ($ this ->dateFormat ));
90
- $ details .= $ this ->composeRow ('Environment ' , app ()->environment ());
91
90
92
91
$ details .= '</table> ' ;
93
92
You can’t perform that action at this time.
0 commit comments