Skip to content

Commit bfe79b1

Browse files
committed
chore: apply styleci fix
1 parent 49e42aa commit bfe79b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mail/PostAddedEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(Post $post)
3131
public function build()
3232
{
3333
return $this
34-
->subject(__('New post added to discussion') . ' "'.$this->post->discussion->title.'"' )
34+
->subject(__('New post added to discussion').' "'.$this->post->discussion->title.'"')
3535
->markdown('firefly::mail.new-post');
3636
}
3737
}

0 commit comments

Comments
 (0)