Skip to content

Commit

Permalink
Merge branch 'main' into fix/reply-and-from-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 8, 2024
2 parents 1380737 + 746a548 commit a39c465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/MailEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ public function mail()

protected function getEventClassAttribute(): string
{
return 'Vormkracht10\Mails\Events\Mail'.Str::studly($this->type);
return 'Vormkracht10\Mails\Events\Mail' . Str::studly($this->type->value);
}
}

0 comments on commit a39c465

Please sign in to comment.