You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I override a vendor's resource? I want to do it of the filament-email-log plugin, I tried to make a class that extends the plugin resource but I get two menu items:
use Ramnzys\FilamentEmailLog\Filament\Resources\EmailResource as BaseEmailResource;
class PrismaEmailResource extends BaseEmailResource
{
protected static ?string $navigationIcon = 'heroicon-o-mail';
see discussion filamentphp/filament#5397
The text was updated successfully, but these errors were encountered:
How can I override a vendor's resource? I want to do it of the filament-email-log plugin, I tried to make a class that extends the plugin resource but I get two menu items:
use Ramnzys\FilamentEmailLog\Filament\Resources\EmailResource as BaseEmailResource;
class PrismaEmailResource extends BaseEmailResource
{
protected static ?string $navigationIcon = 'heroicon-o-mail';
see discussion filamentphp/filament#5397
The text was updated successfully, but these errors were encountered: