mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -64,7 +64,7 @@ class TransactionCreation extends Notification
|
||||
*/
|
||||
public function toMail($notifiable)
|
||||
{
|
||||
return (new MailMessage)
|
||||
return (new MailMessage())
|
||||
->markdown('emails.report-new-journals', ['transformed' => $this->collection])
|
||||
->subject((string) trans_choice('email.new_journals_subject', count($this->collection)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user