Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 8, 2024
1 parent 90e04fa commit 746a548
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 746a548

Please sign in to comment.