Skip to content

Commit

Permalink
Merge pull request #45 from marcogermani87/patch-2
Browse files Browse the repository at this point in the history
Update ViewEmail.php
  • Loading branch information
RickDBCN authored Apr 16, 2024
2 parents ec1c88d + e835b9d commit f22f40f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Filament/Resources/EmailResource/Pages/ViewEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@

class ViewEmail extends ViewRecord
{
protected static string $resource = EmailResource::class;
public static function getResource(): string
{
return config('filament-email.resource.class', EmailResource::class);
}
}

0 comments on commit f22f40f

Please sign in to comment.