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.
1 parent 05e3b94 commit cf0df06Copy full SHA for cf0df06
src/App/Mail/ExceptionOccurred.php
@@ -58,7 +58,7 @@ public function content(): Content
58
return new Content(
59
view: $view,
60
with: [
61
- 'content' => $this->content
+ 'content' => $this->content,
62
]
63
);
64
}
0 commit comments