Alignment

This commit is contained in:
James Cole
2020-05-29 06:12:24 +02:00
parent 3c1361e377
commit 49b1a6d844
10 changed files with 61 additions and 61 deletions

View File

@@ -79,7 +79,7 @@ class ReportNewJournalsMail extends Mailable
$this->transform();
return $this->view('emails.report-new-journals-html')->text('emails.report-new-journals-text')
->subject(trans_choice('email.new_journals_subject', $this->groups->count() ));
->subject((string) trans_choice('email.new_journals_subject', $this->groups->count()));
}
private function transform(): void