chore: disable FilamentLoggerPlugin in DashboardPanelProvider
This commit is contained in:
parent
298e8dd9a7
commit
ca59b1913a
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user