Skip to content

Commit 74a5ae8

Browse files
committed
Remove unused plugin references
1 parent 9c0efd9 commit 74a5ae8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/FilamentMailsPlugin.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Filament\Contracts\Plugin;
66
use Filament\Panel;
77
use Filament\Support\Colors\Color;
8-
use Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin;
98

109
class FilamentMailsPlugin implements Plugin
1110
{
@@ -23,8 +22,7 @@ public function register(Panel $panel): void
2322
->resources([
2423
config('filament-mails.resources.mail'),
2524
config('filament-mails.resources.event'),
26-
])
27-
->plugin(FilamentApexChartsPlugin::make());
25+
]);
2826
}
2927

3028
public function boot(Panel $panel): void
@@ -44,4 +42,4 @@ public static function get(): static
4442

4543
return $plugin;
4644
}
47-
}
45+
}

0 commit comments

Comments
 (0)