We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe61f6 commit 0aaf007Copy full SHA for 0aaf007
src/Resources/EventResource/Pages/ViewEvent.php
@@ -9,6 +9,6 @@ class ViewEvent extends ViewRecord
9
{
10
public static function getResource(): string
11
12
- return config('filament-mails.resources.mail', EventResource::class);
+ return config('filament-mails.resources.event', EventResource::class);
13
}
14
0 commit comments