Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Feb 25, 2025
1 parent 4fe61f6 commit 0aaf007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/EventResource/Pages/ViewEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class ViewEvent extends ViewRecord
{
public static function getResource(): string
{
return config('filament-mails.resources.mail', EventResource::class);
return config('filament-mails.resources.event', EventResource::class);
}
}

0 comments on commit 0aaf007

Please sign in to comment.