diff --git a/src/Illuminate/Notifications/resources/views/email-plain.blade.php b/src/Illuminate/Notifications/resources/views/email-plain.blade.php index e620f2e50341..ae5a5b44927e 100644 --- a/src/Illuminate/Notifications/resources/views/email-plain.blade.php +++ b/src/Illuminate/Notifications/resources/views/email-plain.blade.php @@ -1,4 +1,11 @@ -{{ ( $greeting !== null ) ? $greeting : ($level == 'error' ? 'Whoops!' : 'Hello!') }} +