We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getNotificationFrom
1 parent c23acbd commit c11c1bdCopy full SHA for c11c1bd
README.md
@@ -107,7 +107,7 @@ class Foo extends Command
107
108
protected function getNotificationFrom()
109
{
110
- return 'My Awesome Notification <no-reply@awesome.com>';
+ return ['no-reply@awesome.com' => 'My Awesome Notification'];
111
}
112
113
protected function getNotificationLevel()
src/Loggable.php
@@ -148,7 +148,7 @@ protected function getNotificationSubject()
148
149
150
151
- return 'ICLogger Notification <no-reply@example.com>';
+ return ['no-reply@example.com' => 'ICLogger Notification'];
152
153
154
0 commit comments