File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ public function panel(Panel $panel): Panel
50
50
])
51
51
->discoverResources (in: app_path ('Filament/Admin/Resources ' ), for: 'App \\Filament \\Admin \\Resources ' )
52
52
->discoverPages (in: app_path ('Filament/Admin/Pages ' ), for: 'App \\Filament \\Admin \\Pages ' )
53
- ->pages ([
54
- Filament \Page \Dashboard::class,
55
- ])
56
53
->discoverWidgets (in: app_path ('Filament/Admin/Widgets/Home ' ), for: 'App \\Filament \\Admin \\Widgets \\Home ' )
57
54
->widgets ([
58
55
Widgets \AccountWidget::class,
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ public function panel(Panel $panel): Panel
61
61
->discoverResources (in: app_path ('Filament/App/Resources ' ), for: 'App \\Filament \\App \\Resources ' )
62
62
->discoverPages (in: app_path ('Filament/App/Pages ' ), for: 'App \\Filament \\App \\Pages ' )
63
63
->pages ([
64
- FilamentPage \Dashboard::class,
65
64
Pages \EditProfile::class,
66
65
])
67
66
->discoverWidgets (in: app_path ('Filament/App/Widgets/Home ' ), for: 'App \\Filament \\App \\Widgets \\Home ' )
You can’t perform that action at this time.
0 commit comments