Skip to content

Commit cf0df06

Browse files
committed
fix: StyleCI issue
1 parent 05e3b94 commit cf0df06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Mail/ExceptionOccurred.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function content(): Content
5858
return new Content(
5959
view: $view,
6060
with: [
61-
'content' => $this->content
61+
'content' => $this->content,
6262
]
6363
);
6464
}

0 commit comments

Comments
 (0)