Skip to content

Commit f8806d0

Browse files
author
Mehmet Faruk Demirkoparan
committed
- themes package removed
1 parent 7d778cf commit f8806d0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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",

src/FilamentAstartPlugin.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Filament\Panel;
1515
use Filament\Support\Facades\FilamentView;
1616
use Filament\View\PanelsRenderHook;
17-
use Hasnayeen\Themes\ThemesPlugin;
1817

1918
class 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

0 commit comments

Comments
 (0)