chore: disable FilamentLoggerPlugin in DashboardPanelProvider

This commit is contained in:
Yoga Pangestu 2026-04-27 15:16:31 +07:00
parent 298e8dd9a7
commit ca59b1913a

View File

@ -128,7 +128,7 @@ public function panel(Panel $panel): Panel
->pollingTime(null)
->authorize(fn (): bool => Filament::auth()->user()?->can('View:LogTable') ?? false),
FilamentLoggerPlugin::make(),
// FilamentLoggerPlugin::make(),
])
->authMiddleware([
Authenticate::class,