This commit is contained in:
DariusIII
2025-08-10 23:47:33 +02:00
parent 88343da88a
commit 3c0df4e8b7
8 changed files with 55 additions and 48 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class InvitationMail extends Mailable
public function envelope(): Envelope
{
return new Envelope(
subject: 'You\'re invited to join ' . config('app.name'),
subject: 'You\'re invited to join '.config('app.name'),
);
}