File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2626 "aurorawebsoftware/aauth" : " ^12.0.0" ,
2727 "bezhansalleh/filament-panel-switch" : " ^1.0" ,
2828 "bezhansalleh/filament-language-switch" : " ^3.0" ,
29- "hasnayeen/themes" : " ^3.0" ,
3029 "aurorawebsoftware/arflow" : " ^12.0.0" ,
3130 "prism-php/prism" : " v0.67.0" ,
3231 "aurorawebsoftware/acalendar" : " ^12.0.0" ,
Original file line number Diff line number Diff line change 1414use Filament \Panel ;
1515use Filament \Support \Facades \FilamentView ;
1616use Filament \View \PanelsRenderHook ;
17- use Hasnayeen \Themes \ThemesPlugin ;
1817
1918class FilamentAstartPlugin implements Plugin
2019{
@@ -49,16 +48,6 @@ public function register(Panel $panel): void
4948 ->icon ('heroicon-o-arrow-path ' ),
5049 ]);
5150
52- $ panel ->plugin (ThemesPlugin::make ())->middleware ([
53-
54- \Hasnayeen \Themes \Http \Middleware \SetTheme::class,
55- ])
56- // or in `tenantMiddleware` if you're using multi-tenancy
57- ->tenantMiddleware ([
58-
59- \Hasnayeen \Themes \Http \Middleware \SetTheme::class,
60- ]);
61-
6251 }
6352
6453 public function boot (Panel $ panel ): void
You can’t perform that action at this time.
0 commit comments